Replace ecomp references
[portal.git] / ecomp-portal-FE-common / client / app / views / confirmation-box / admin-confirmation-box.tpl.html
index 01b48de..3ab7a75 100644 (file)
@@ -1,31 +1,54 @@
-<!--\r
-  ================================================================================\r
-  ECOMP Portal\r
-  ================================================================================\r
-  Copyright (C) 2017 AT&T Intellectual Property\r
-  ================================================================================\r
-  Licensed under the Apache License, Version 2.0 (the "License");\r
-  you may not use this file except in compliance with the License.\r
-  You may obtain a copy of the License at\r
-  \r
-       http://www.apache.org/licenses/LICENSE-2.0\r
-  \r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
-  ================================================================================\r
-  -->\r
-<div class="confirmation-box-container">\r
-    <div class="confirmation-title-wrap">\r
-        <div class="confirmation-title" ng-bind="confirmBox.title"></div>\r
-    </div>\r
-    <div class="confirmation-message-wrap">\r
-        <div class="confirmation-message" ng-bind="confirmBox.message"></div>\r
-    </div>\r
-    <div class="dialog-control">\r
-        <div id="confirm-admin-update" class="btn btn-alt btn-small"  ng-click="confirmBox.closeBox(true)">Confirm</div>\r
-        <div id="cancel-admin-update" class="btn btn-alt btn-small" ng-click="confirmBox.closeBox(false)">Cancel</div>\r
-    </div>\r
-</div>\r
+<!--
+  ============LICENSE_START==========================================
+  ONAP Portal
+  ===================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  ===================================================================
+  Unless otherwise specified, all software contained herein is licensed
+  under the Apache License, Version 2.0 (the "License");
+  you may not use this software except in compliance with the License.
+  You may obtain a copy of the License at
+              http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  Unless otherwise specified, all documentation contained herein is licensed
+  under the Creative Commons License, Attribution 4.0 Intl. (the "License");
+  you may not use this documentation except in compliance with the License.
+  You may obtain a copy of the License at
+              https://creativecommons.org/licenses/by/4.0/
+  Unless required by applicable law or agreed to in writing, documentation
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END============================================
+  
+  -->
+<div>
+       <div class="b2b-modal-header ng-scope in">
+               <h2 id="myModalLabel" modal-title="">{{message.title}}</h2>
+               <div class="corner-button in">
+                       <button type="button" class="close" id="admin-div-close-button" aria-label="Close" ng-click="$dismiss('cancel')"></button>
+               </div>
+       </div>
+       <div class="b2b-modal-body" tabindex="0" role="region" aria-label="Modal header text content">
+               {{message.content}}
+       </div>
+       <div class="b2b-modal-footer ng-scope ng-isolate-scope in">
+               <div class="cta-button-group in">
+                       <button class="btn btn-alt btn-small" id="admin-div-ok-button" type="button"    ng-click="ok(true)">OK</button>
+                       <button class="btn btn-alt btn-small" id="admin-div-cancel-button" type="button"        ng-click="$dismiss('cancel')">Cancel</button>
+               </div>
+       </div>
+</div>