PINES KPAC Customizations rel_3_6_1_pines_custom_opac_omnibus2
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 29 Dec 2020 20:08:10 +0000 (15:08 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Tue, 29 Dec 2020 20:08:10 +0000 (15:08 -0500)
Fix problem with copy table column headers and styled alert message.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/kpac/parts/base.tt2
Open-ILS/src/templates/kpac/parts/copy_table.tt2

index 5ac370a..adb5f88 100644 (file)
@@ -11,7 +11,7 @@
     </head>
     <body>
         [%- IF ctx.maintenance_message -%]
-        <div id="maintenance_message">[% ctx.maintenance_message %]</div>
+        <div id="maintenance_message" style="background-color:#fff;border-bottom:1px solid blue;padding:5px;font-size:1.2em;text-align:center;">[% ctx.maintenance_message %]</div>
         [%- END -%]
         <div class="main_center">
             
index 30eb57e..09eb2eb 100644 (file)
@@ -16,8 +16,8 @@ END;
     <tbody>
         <tr class="header">
             <td class="location">Library System: Library Name</td>
-            <td class="shelving_location">Shelving Location</td>
             <td class="callnumber">Call Number</td>
+            <td class="shelving_location">Shelving Location</td>
             <td class="status">Status</td>
         </tr>
         [%-