git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@89 6d9bc8c9-1ec2-4278...
authorartunit <artunit@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 23 Dec 2008 03:50:44 +0000 (03:50 +0000)
committerartunit <artunit@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 23 Dec 2008 03:50:44 +0000 (03:50 +0000)
conifer/templates/search_results.xhtml

index 4ae5c0a..8c5576b 100644 (file)
@@ -41,7 +41,7 @@ courses = course_list
         <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 @@ courses = course_list
         <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>