All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_config_cats_row.tpl
1 <tr>
2         <td align="center" class="bottom right switch_sw$content[sw]">
3                 <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="bottom right switch_sw$content[sw]">
6                 &nbsp;$content[cat]&nbsp;
7         </td>
8         <td align="center" class="bottom right switch_sw$content[sw]">
9                 $content[vis]
10         </td>
11         <td align="center" class="bottom switch_sw$content[sw]">
12                 $content[sort]
13         </td>
14 </tr>