Update of
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
In directory
james.mmbase.org:/tmp/cvs-serv16703/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
Modified Files:
Tag: b1_4
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.8
retrieving revision 1.8.2.1
diff -u -b -r1.8 -r1.8.2.1
--- wizard.xsl 22 Dec 2007 15:49:38 -0000 1.8
+++ wizard.xsl 28 Apr 2008 13:03:39 -0000 1.8.2.1
@@ -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