Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv18753

Modified Files:
        page.jspx 
Log Message:
small fix


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: page.jspx
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/page.jspx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- page.jspx   21 Apr 2008 17:40:32 -0000      1.9
+++ page.jspx   22 Apr 2008 08:10:56 -0000      1.10
@@ -9,7 +9,7 @@
       Presents a table with one page of query results. Plus paging to other 
pages (in tfoot).
       Used in ajax-calls, but can also be directly included with mm:include 
(for initial results).
       @todo Searching only happens in actual mmbase queries now. How about 
lucene queries?
-      @version $Id: page.jspx,v 1.9 2008/04/21 17:40:32 michiel Exp $
+      @version $Id: page.jspx,v 1.10 2008/04/22 08:10:56 michiel Exp $
   -->
   <jsp:output omit-xml-declaration="true" />
   <mm:content expires="0" type="application/xml">
@@ -41,7 +41,7 @@
           <c:when test="${size > 0}">
             <fmt:message key="searchresults" var="summary">
               <fmt:param value="&lt;span class='offset'&gt;${size > 0 ? offset 
+ 1 : 0}&lt;/span&gt;" />
-              <fmt:param value="&lt;span class='foundsize'&gt;${pagesize > 
size ? size  : pagesize}&lt;/span&gt;" />
+              <fmt:param value="&lt;span class='last'&gt;${pagesize > size ? 
size  : offset + pagesize}&lt;/span&gt;" />
               <fmt:param value="&lt;span class='size'&gt;${size}&lt;/span&gt;" 
/>
               <fmt:param value="${empty search ? '' : search}" />
             </fmt:message>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to