public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
implemented zebra in tr smartythinks

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4730 
3d254a34-79dc-0310-9e5f-be208747d8a0
nuno (author)
Mon Jun 23 09:48:21 -0700 2008
commit  f920dad076cb5a63d90c9029cfeb9df486ec3d5e
tree    befc968e81c0c143cd49668d7411788534f8e6a6
parent  7ac511f49e95c2d3e347cf655d82229dddae9f36
...
18
19
20
21
 
 
22
23
24
...
18
19
20
 
21
22
23
24
25
0
@@ -18,7 +18,8 @@
0
       </thead>
0
       <tbody>
0
       {foreach from=$modules item=module}
0
- <tr>
0
+ {cycle values='row1,row2' assign='currow'}
0
+ <tr class="{$currow}">
0
           <td>{$module.name}</td>
0
           <td>{$module.version}</td>
0
           {if $module.use_span}

Comments

    No one has commented yet.