A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_mods_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="form_field" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 $content[module]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,fixEmptyContentToDashes=$content[title]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 {%pipe,translateYesNo=$content[locked]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right" align="center">
15                 {%pipe,translateYesNo=$content[hidden]%}
16         </td>
17         <td class="{%template,ColorSwitch%} bottom right" align="center">
18                 {%pipe,translateYesNo=$content[admin_only]%}
19         </td>
20         <td class="{%template,ColorSwitch%} bottom" align="center">
21                 {%pipe,translateYesNo=$content[mem_only]%}
22         </td>
23 </tr>