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

Modified Files:
        wizard.xsl 
Log Message:
CMSC-876 - Also use mod function for items. Removed old styles too.


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.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- wizard.xsl  28 May 2008 11:04:20 -0000      1.12
+++ wizard.xsl  3 Jun 2008 14:18:30 -0000       1.13
@@ -354,7 +354,7 @@
   </xsl:template>
   
   <xsl:template name="listtable">
-    <tr class="item{position()}">
+    <tr class="item{(position() mod 4)+1}">
       <!-- 
         I know this really shouldn't be here (the style attribute)
         but since we need to do more fixes anyway I'll leave it
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to