[open-ils-commits] r18226 - trunk/Open-ILS/web/opac/extras/circ (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 7 15:11:03 EDT 2010
Author: senator
Date: 2010-10-07 15:10:58 -0400 (Thu, 07 Oct 2010)
New Revision: 18226
Modified:
trunk/Open-ILS/web/opac/extras/circ/alt_holds_print.html
Log:
Just a minor thing on this shelf expired print interface,
probably more changes coming.
Modified: trunk/Open-ILS/web/opac/extras/circ/alt_holds_print.html
===================================================================
--- trunk/Open-ILS/web/opac/extras/circ/alt_holds_print.html 2010-10-07 18:54:23 UTC (rev 18225)
+++ trunk/Open-ILS/web/opac/extras/circ/alt_holds_print.html 2010-10-07 19:10:58 UTC (rev 18226)
@@ -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