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

Modified Files:
      Tag: MMBase-1_8
        list.xsl 
Log Message:
presence of relationOriginNode always evaluates to true when origin is present, 
seems not very handy



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.6
retrieving revision 1.43.2.7
diff -u -b -r1.43.2.6 -r1.43.2.7
--- list.xsl    21 Feb 2008 14:26:35 -0000      1.43.2.6
+++ list.xsl    3 Mar 2008 10:35:34 -0000       1.43.2.7
@@ -7,7 +7,7 @@
     @author Kars Veling
     @author Michiel Meeuwissen
     @author Nico Klasens
-    @version $Id: list.xsl,v 1.43.2.6 2008/02/21 14:26:35 andre Exp $
+    @version $Id: list.xsl,v 1.43.2.7 2008/03/03 10:35:34 andre Exp $
   -->
 
   <xsl:import href="xsl/baselist.xsl" />
@@ -17,7 +17,7 @@
   <!-- <xsl:param name="linkable">false</xsl:param> -->
   <xsl:variable name="linkable">false</xsl:variable>
   <xsl:param name="creatable">true</xsl:param>
-  <xsl:param name="relationOriginNode"><xsl:value-of select="$origin" 
/></xsl:param>
+  <xsl:param name="relationOriginNode"></xsl:param>
   <xsl:param name="relationRole"></xsl:param>
   <xsl:param name="relationCreateDir"></xsl:param>
   <xsl:param name="relationStartnodes"></xsl:param>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to