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

Modified Files:
        page.jspx 
Log Message:
no explicit adding of id, it is on the parameter list already


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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- page.jspx   14 Apr 2008 15:45:15 -0000      1.3
+++ page.jspx   16 Apr 2008 09:22:47 -0000      1.4
@@ -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.3 2008/04/14 15:45:15 michiel Exp $
+      @version $Id: page.jspx,v 1.4 2008/04/16 09:22:47 michiel Exp $
   -->
   <jsp:output omit-xml-declaration="true" />
   <mm:content expires="0" type="application/xml">
@@ -77,7 +77,7 @@
           <!--  ACTUAL SEARCHRESULT -->
           <tbody>
             <mm:listnodes varStatus="status">
-              <mm:include page="node.tr.jspx" referids="id" 
attributes="status,[EMAIL PROTECTED]" />
+              <mm:include page="node.tr.jspx" attributes="status,[EMAIL 
PROTECTED]" />
             </mm:listnodes>
           </tbody>
         </table>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to