Update of /var/cvs/applications/editwizard/templates/data/xsl
In directory james.mmbase.org:/tmp/cvs-serv11065

Modified Files:
      Tag: MMBase-1_8
        list.xsl 
Log Message:
It makes some sence to be able to search in the whole cloud when no nodepath or 
startnodes are given. 
Although I'm not sure whether this will be clear to users....



See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl


Index: list.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/list.xsl,v
retrieving revision 1.43.2.5
retrieving revision 1.43.2.6
diff -u -b -r1.43.2.5 -r1.43.2.6
--- list.xsl    21 Feb 2008 13:48:11 -0000      1.43.2.5
+++ list.xsl    21 Feb 2008 14:26:35 -0000      1.43.2.6
@@ -7,7 +7,7 @@
     @author Kars Veling
     @author Michiel Meeuwissen
     @author Nico Klasens
-    @version $Id: list.xsl,v 1.43.2.5 2008/02/21 13:48:11 andre Exp $
+    @version $Id: list.xsl,v 1.43.2.6 2008/02/21 14:26:35 andre Exp $
   -->
 
   <xsl:import href="xsl/baselist.xsl" />
@@ -215,7 +215,7 @@
                     <a href="javascript:document.forms[0].submit();">
                       <xsl:call-template name="prompt_search" />
                     </a>
-                    <xsl:if test="$nodepath != '' and $startnodes != '' and 
$relationOriginNode != ''">
+                    <xsl:if test="$relationOriginNode != ''">
                       <a href="javascript:doMySearch(this);">
                         <xsl:call-template name="prompt_search_all" />
                       </a>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to