20dd92029f98477b4a5c1d0a1c6fe494c892c3b9
[portal/sdk.git] /
1 <div class="b2b-modal-header">
2         <h2 id="myModalLabel" modal-title="">Remove Formfield</h2>
3         <div class="corner-button in">
4                 <button type="button" class="close" aria-label="Close"
5                         ng-click="$dismiss('cancel')"></button>
6         </div>
7 </div>
8 <div class="b2b-modal-body">
9         The selected formfield {{tempFieldId}} will be removed. Do you want to continue?
10 </div>
11 <div class="b2b-modal-footer">
12         <div class="cta-button-group in">
13                 <button class="btn btn-alt btn-small" type="button" ng-click="ok()">OK</button>
14                 <button class="btn btn-alt btn-small" type="button"
15                         ng-click="cancel()">Cancel</button>
16         </div>
17 </div>