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

Modified Files:
        page.jspx 
Log Message:
bugfix, no field names in thead


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.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- page.jspx   4 Jun 2008 15:21:52 -0000       1.12
+++ page.jspx   16 Jun 2008 12:13:40 -0000      1.13
@@ -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.12 2008/06/04 15:21:52 michiel Exp $
+      @version $Id: page.jspx,v 1.13 2008/06/16 12:13:40 michiel Exp $
   -->
   <jsp:output omit-xml-declaration="true" />
   <mm:content expires="0" type="application/xml">
@@ -59,8 +59,8 @@
             <tr class="${query.nodeManager.name}">
               <th class="node number">#</th>
               <th class="node"> </th>
-              <mm:fieldlist nodetype="${query.nodeManager.name}" type="list">
-                <th class="fields ${_}"><mm:fieldinfo type="guiname" /></th>
+              <mm:fieldlist nodetype="${query.nodeManager.name}" type="list" 
varStatus="field">
+                <th class="fields ${field.current.name}"><mm:fieldinfo 
type="guiname" /></th>
                 <mm:last><mm:index write="false" id="colcount" /></mm:last>
               </mm:fieldlist>
             </tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to