Just a minor thing on this shelf expired print interface,
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Oct 2010 19:10:58 +0000 (19:10 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Oct 2010 19:10:58 +0000 (19:10 +0000)
probably more changes coming.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18226 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/extras/circ/alt_holds_print.html

index 30fdd65..6cde9e2 100644 (file)
         <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>