copy loc groups: admin UI copy-location-search-groups
authorBill Erickson <berick@esilibrary.com>
Mon, 20 Feb 2012 21:47:16 +0000 (16:47 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 20 Feb 2012 21:47:16 +0000 (16:47 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2

index 9259b87..c62ec4a 100644 (file)
@@ -13,6 +13,7 @@
         font-weight: bold;
         font-size: 110%;
         border-bottom: 1px solid #888;
+        background-color:#E7A555;
     }
     .acpl-content-2 {
         border-left: 2px solid #888;
@@ -28,6 +29,9 @@
     .acplg-list-tbody td {
         padding: 2px;
     }
+    .acplg-list-tbody tr:nth-child(even) {
+        background: #EEE
+    }
     #acplg-list li {
         padding: 5px;
     }
         border-bottom: 2px solid #888;
         padding-bottom: 10px;
     }
-    #acplg-header span {
-        font-size:105%;
-        font-weight: bold;
-        padding-right: 20px;
-    }
     #acplg-header span:first-child {
+        font-weight: bold;
         font-size: 130%;
     }
     .acplg-group-selected {
 
 <div id='acplg-header'>
     <span>[% l('Copy Location Groups') %]</span>
-    <span>[% l('Context Org Unit') %]</span>
     <select dojoType="openils.widget.OrgUnitFilteringSelect"
             jsId='contextOrgSelector'
             searchAttr='shortname'
             labelAttr='shortname'>
     </select>
-    <!--
-    <button dojoType='dijit.form.Button' onClick='applyChanges()'>[% l('Apply Changes') %]</button>
-    -->
 </div>
 
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client" style="width:100%">
     <div class='acpl-content' style="float: left">
         <div>
             <table width='100%'><tr>
-                <td align='left'>[% l('Location Groups') %]</td>
+                <td align='left' style='padding-left:5px;'>[% l('Location Groups') %]</td>
                 <td align='right'><button onclick='newGroup()'>[% l('New') %]</button></td>
             </tr></table>
         </div>
@@ -76,7 +72,7 @@
     <div class='acpl-content acpl-content-2'>
         <div>
             <table width='100%'><tr>
-                <td align='left'>[% l('Group Entries') %]</td>
+                <td align='left' style='padding-left:5px;'>[% l('Group Entries') %]</td>
                 <td align='right'><button onclick='editLocations("eliminate")'>[% l('Remove &rarr;') %]</button></td>
             </tr></table>
         </div>
@@ -96,7 +92,7 @@
         <div>
             <table width='100%'><tr>
                 <td align='left'><button onclick='editLocations("create")'>[% l('&larr; Add') %]</button></td>
-                <td align='right'>[% l('Copy Locations') %]</td>
+                <td align='right' style='padding-right:5px;'>[% l('Copy Locations') %]</td>
             </tr></table>
         </div>
         <div style='height:400px; overflow-y:scroll'>