50132ecf7d60a1d9a1ef6617144738f1e53a565f
[portal/sdk.git] /
1 <div style="height: 220px;">
2     <div class="b2b-modal-header ng-scope in">
3         <h2 id="myModalLabel" modal-title="">Warning</h2>
4                         <div class="corner-button in">
5                         <button type="button" class="close" aria-label="Close"
6                                 ng-click="$dismiss('cancel')"></button>
7                 </div>
8         </div>
9         <div class="b2b-modal-body ng-scope ng-isolate-scope in"  style="margin-bottom: -50px;">
10                 <form name="workflowForm" class="css-form" novalidate>                  
11                                 <div class="b2b-modal-footer ng-scope ng-isolate-scope in">
12                                 <p>Please enter the missing report name.</p>
13
14                                         <button class="btn btn-alt btn-small" type="button"
15                                                 ng-click="close()">close</button>
16                         </div>
17                 </form>
18                 <br />
19         </div>
20 </div>