Mailer project continued:
[mailer.git] / templates / de / html / admin / admin_edit_extensions_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <strong>$content[id]</strong>
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right">
7                 $content[name]
8         </td>
9         <td class="{%template,ColorSwitch%} bottom right" align="center">
10                 $content[css]
11         </td>
12         <td class="{%template,ColorSwitch%} bottom" align="center">
13                 $content[active]
14         </td>
15 </tr>