[open-ils-commits] r18227 - branches/rel_2_0/Open-ILS/web/opac/extras/circ (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 7 15:12:32 EDT 2010


Author: senator
Date: 2010-10-07 15:12:28 -0400 (Thu, 07 Oct 2010)
New Revision: 18227

Modified:
   branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html
Log:
Backport r18226 from trunk


Modified: branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html	2010-10-07 19:10:58 UTC (rev 18226)
+++ branches/rel_2_0/Open-ILS/web/opac/extras/circ/alt_holds_print.html	2010-10-07 19:12:28 UTC (rev 18227)
@@ -232,22 +232,22 @@
         <table>
             <tbody id='target'>
                 <tr>
+                    <th only="shelf_expired_holds">Patron</th>
                     <th>Title</th>
                     <th>Author</th>
                     <th>Shelving Location</th>
                     <th>Call Number</th>
                     <th>Barcode</th>
-                    <th only="shelf_expired_holds">Patron</th>
                 </tr>
             </tbody>
             <tbody id='template' class='hide_me'>
                 <tr>
+                    <td only="shelf_expired_holds">${usr.display_name}</td>
                     <td type='opac/slot-data' query='datafield[tag=245]'></td>
                     <td type='opac/slot-data' query='datafield[tag^=1]' limit='1'> </td>
                     <td>${current_copy.location.name}</td>
                     <td>${current_copy.call_number.label}</td>
                     <td>${current_copy.barcode}</td>
-                    <td only="shelf_expired_holds">${usr.display_name}</td>
                 </tr>
             </tbody>
         </table>



More information about the open-ils-commits mailing list