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

Modified Files:
      Tag: MMBase-1_8
        wizard.xsl 
Log Message:
  MMB-1674


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl
See also: http://www.mmbase.org/jira/browse/MMB-1674


Index: wizard.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/wizard.xsl,v
retrieving revision 1.160.2.17
retrieving revision 1.160.2.18
diff -u -b -r1.160.2.17 -r1.160.2.18
--- wizard.xsl  14 Feb 2008 17:19:33 -0000      1.160.2.17
+++ wizard.xsl  9 Jul 2008 08:19:46 -0000       1.160.2.18
@@ -13,7 +13,7 @@
     @author Nico Klasens
     @author Martijn Houtman
     @author Robin van Meteren
-    @version $Id: wizard.xsl,v 1.160.2.17 2008/02/14 17:19:33 nklasens Exp $
+    @version $Id: wizard.xsl,v 1.160.2.18 2008/07/09 08:19:46 michiel Exp $
 
     This xsl uses Xalan functionality to call java classes
     to format dates and call functions on nodes
@@ -1382,6 +1382,13 @@
       <xsl:when test="@displaytype='image'">
         <xsl:call-template name="item-image"/>
       </xsl:when>
+      <xsl:when test="@displaytype='onefield'">
+        <xsl:call-template name="item-onefield"/>
+      </xsl:when>
+      <xsl:when test="@displaytype='other'">
+        <xsl:call-template name="item-other"/>
+      </xsl:when>
+
       <xsl:when test="count(field|fieldset) &lt; 2">
         <xsl:call-template name="item-onefield"/>
       </xsl:when>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to