[open-ils-commits] r1173 - servres/trunk/conifer/templates/components (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 9 11:47:52 EST 2011
Author: artunit
Date: 2011-01-09 11:47:49 -0500 (Sun, 09 Jan 2011)
New Revision: 1173
Modified:
servres/trunk/conifer/templates/components/site.xhtml
Log:
hide css prob in alignment, will go away with date formatting later today
Modified: servres/trunk/conifer/templates/components/site.xhtml
===================================================================
--- servres/trunk/conifer/templates/components/site.xhtml 2011-01-09 01:00:03 UTC (rev 1172)
+++ servres/trunk/conifer/templates/components/site.xhtml 2011-01-09 16:47:49 UTC (rev 1173)
@@ -43,7 +43,9 @@
class="${_avail > 0 and 'available' or 'unavailable'}"
title="${_avail} of ${_desk} copies available at reserves desk; ${_lib} total copies in library system">
<div>${_avail and 'Available' or 'Unavailable'} (${_avail}/${_desk})</div>
+ <!--
<div py:if="_dueinfo">${_dueinfo} (will reformat this)</div>
+ -->
<!--
<div class="callnumber">${item.call_number()}</div>
-->
More information about the open-ils-commits
mailing list