mailer project continued:
[mailer.git] / templates / de / html / admin / admin_extensions_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[ext_id]" class="admoin_normal" name="sel[$content[ext_id]]" value="$content[ext_active]" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 $content[ext_name]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 $content[ext_css]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 {%pipe,translateYesNo=$content[ext_active]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 v$content[ext_version]
16         </td>
17 </tr>