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

Modified Files:
        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.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- wizard.xsl  25 Apr 2008 16:55:45 -0000      1.182
+++ wizard.xsl  9 Jul 2008 08:22:43 -0000       1.183
@@ -13,7 +13,7 @@
     @author Nico Klasens
     @author Martijn Houtman
     @author Robin van Meteren
-    @version $Id: wizard.xsl,v 1.182 2008/04/25 16:55:45 andre Exp $
+    @version $Id: wizard.xsl,v 1.183 2008/07/09 08:22:43 michiel Exp $
 
     This xsl uses Xalan functionality to call java classes
     to format dates and call functions on nodes
@@ -1392,6 +1392,12 @@
       <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