[open-ils-commits] r89 - servres/trunk/conifer/templates
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 22 22:50:46 EST 2008
Author: artunit
Date: 2008-12-22 22:50:44 -0500 (Mon, 22 Dec 2008)
New Revision: 89
Modified:
servres/trunk/conifer/templates/search_results.xhtml
Log:
Modified: servres/trunk/conifer/templates/search_results.xhtml
===================================================================
--- servres/trunk/conifer/templates/search_results.xhtml 2008-12-23 03:42:50 UTC (rev 88)
+++ servres/trunk/conifer/templates/search_results.xhtml 2008-12-23 03:50:44 UTC (rev 89)
@@ -41,7 +41,7 @@
<tr py:if="instr_len > count">
<td></td>
<!-- will tap into open list here -->
- <td>(more...)</td>
+ <td>(${instr_len - count} more...)</td>
</tr>
</table>
</td>
@@ -59,7 +59,7 @@
<tr py:if="course_len > count">
<td></td>
<!-- will tap into open list here -->
- <td>(more...)</td>
+ <td>(${course_len - count} more...)</td>
</tr>
</table>
</td>
More information about the open-ils-commits
mailing list