Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / confirmation-box / dragdrop-confirmation-box.tpl.html
1 <!--
2   ================================================================================
3   ECOMP Portal
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property
6   ================================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10   
11        http://www.apache.org/licenses/LICENSE-2.0
12   
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ================================================================================
19   -->
20 <div>
21         <div class="b2b-modal-header ng-scope in">
22                 <h2 id="myModalLabel" modal-title="">{{message.title}}</h2>
23                 <div class="corner-button in">
24                         <button type="button" class="close"  id="div-dragdrop-close-button" aria-label="Close" ng-click="$dismiss('cancel')"></button>
25                 </div>
26         </div>
27         <div class="b2b-modal-body" tabindex="0" role="region" aria-label="Modal header text content"   style="height: 40px;">
28                 {{message.content}}
29         </div>
30         <div class="b2b-modal-footer ng-scope ng-isolate-scope in">
31                 <div class="cta-button-group in">
32                         <button class="btn btn-alt btn-small" id="div-dragdrop-ok-button" type="button" ng-click="ok(true)">OK</button>
33                         <button class="btn btn-alt btn-small" id="div-dragdrop-cancel-button" type="button"     ng-click="$dismiss('cancel')">Cancel</button>
34                 </div>
35         </div>
36 </div>