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

Modified Files:
        page.jspx 
Log Message:
removed debug



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.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- page.jspx   18 Nov 2008 15:39:18 -0000      1.27
+++ page.jspx   18 Nov 2008 15:51:17 -0000      1.28
@@ -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.27 2008/11/18 15:39:18 andre Exp $
+      @version $Id: page.jspx,v 1.28 2008/11/18 15:51:17 andre Exp $
   -->
   <jsp:output omit-xml-declaration="true" />
   <mm:import externid="id" required="true" />
@@ -64,14 +64,14 @@
             <tr class="${query.nodeManager.name}">
               <c:choose>
                 <c:when test="${!empty flds}">
-                  <th class="node number" scope="col"># flds: ${flds} </th>
+                  <th class="node number" scope="col">#</th>
                   <mm:fieldlist nodetype="${query.nodeManager.name}" 
fields="$flds" varStatus="field">
                     <th class="fields ${field.current.name}" 
scope="col"><mm:fieldinfo type="guiname" /></th>
                     <mm:last><mm:index write="false" id="colcount" /></mm:last>
                   </mm:fieldlist>
                 </c:when>
                 <c:otherwise>
-                  <th class="node number" scope="col"># flds: ${flds} </th>
+                  <th class="node number" scope="col">#</th>
                   <th class="node" scope="col"> </th>
                     <mm:fieldlist nodetype="${query.nodeManager.name}" 
type="list" varStatus="field">
                       <th class="fields ${field.current.name}" 
scope="col"><mm:fieldinfo type="guiname" /></th>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to