Update css file name in conf.py
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_PDPManagement.html
index 1e88e7a..1a48e8c 100644 (file)
@@ -1,6 +1,6 @@
 <!--/*-
  * ============LICENSE_START=======================================================
- * ECOMP Policy Engine
+ * ONAP Policy Engine
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * ============LICENSE_END=========================================================
  */-->
 <style>
+/* The Modal (background) */
 .modal {
-       display: block;
        overflow-y: auto;
+    display: block; 
+    position: fixed; 
+    z-index: 2; 
+    left: 0;
+    top: 0;
+    width: 100%; 
+    height: 100%; 
+    overflow: auto; 
+    background-color: rgb(0,0,0); 
+    background-color: rgba(0,0,0,0.4);
 }
 </style>
 <div id="page-content" style="margin-bottom: 20px; width: 99%">
                <div class="form-group row">
                        <div class="form-group col-sm-3">
                                <button class="btn btn-primary btn-small" type="button"
-                                       ng-click="addNewPDPGroupPopUpWindow();" ng-show="createPdpGroupId">Create
+                                       ng-click="addNewPDPGroupPopUpWindow();" ng-show="createPdpGroupId" title="Create PDP Group">Create
                                        Group</button>
                        </div>
                        <div class="form-group col-sm-6">
                                <input type="text" class="form-control" class="search"
                                        ng-disabled="isDisabled" 
-                                       placeholder="{{'search'}}..." ng-model="search">
+                                       placeholder="{{'search'}}..." ng-model="search" title="Filter the PDP Groups based on pdpname or pdp's">
                        </div>
                </div>
 
                                                </td>
                                                <td width="15%">
                                                        <div ng-click="editPDPGroupFunctionModalPopup(pdpdata);"
-                                                               style="font-size: 20px;" ng-show="editPdpGroupId">
+                                                               style="font-size: 20px;" ng-show="editPdpGroupId" title="Edit PDP Group to create/update/delete pdp's and to see the active policies in PDP Group.">
                                                                 <span href="javascript:void(0)" class="glyphicon glyphicon-edit"></span>
                                                        </div>
                                                </td>
                                                <td width="5%">
                                                        <div ng-click="removePDPGroup(pdpdata);" style="font-size: 20px;"
-                                                               ng-show="deletePdpGroupId">
+                                                               ng-show="deletePdpGroupId" title="Delete PDP Group.">
                                                                <span href="javascript:void(0)" class="glyphicon glyphicon-trash"></span>
                                                        </div>
                                                </td>