replacing copy_table.tt2 with the correct version
authorChris Sharp <csharp@georgialibraries.org>
Tue, 6 Jan 2015 21:33:18 +0000 (16:33 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 22 Sep 2015 00:55:58 +0000 (20:55 -0400)
Conflicts:
Open-ILS/src/templates/kpac/parts/copy_table.tt2

Open-ILS/src/templates/kpac/parts/copy_table.tt2

index 8ea2bb2..d8c83d3 100644 (file)
@@ -15,9 +15,9 @@ END;
 <table cellpadding="0" cellspacing="0" border="0" class="item_location_table">
     <tbody>
         <tr class="header">
-            <td class="location">[% l('Location') %]</td>
-            <td class="callnumber">[% l('Call Number') %]</td>
+            <td class="location">[% l('Library System: Library Name') %]</td>
             <td class="shelving_location">[% l('Shelving Location') %]</td>
+            <td class="callnumber">[% l('Call Number') %]</td>
             <td class="status">[% l('Status') %]</td>
         </tr>
         [%- 
@@ -39,12 +39,13 @@ END;
             <td class="location">
             [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
             </td>
+
+            <td class="shelving_location">[% copy_info.copy_location | html %]</td>            
             [%- IF has_parts == 'true' %]
             <td class="callnumber">[% l('[_1] ([_2])', callnum, copy_info.part_label) | html %]</td>
             [% ELSE %]
             <td class="callnumber">[% callnum | html %]</td>
             [%- END %]
-            <td class="shelving_location">[% copy_info.copy_location | html %]</td>
             <td class="status">[% copy_info.copy_status | html %]</td>
         </tr>
         [%- END %]