Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv16673/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl

Modified Files:
        wizard.xsl 
Log Message:
CMSC-876 - Layouts of rulers now use a (mod 4)+1. Cleaned up css file.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
See also: http://www.mmbase.org/jira/browse/CMSC-876


Index: wizard.xsl
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl/wizard.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- wizard.xsl  15 Apr 2008 09:10:07 -0000      1.9
+++ wizard.xsl  28 Apr 2008 13:03:33 -0000      1.10
@@ -346,7 +346,7 @@
     What to do with 'lists'.
   -->
   <xsl:template name="colordiv">
-    <xsl:attribute name="class">ruler<xsl:value-of 
select="position()"/></xsl:attribute>
+    <xsl:attribute name="class">ruler<xsl:value-of select="(position() mod 
4)+1"/></xsl:attribute>
   </xsl:template>
   
   <xsl:template match="list">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to