Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
1 <TR>
2         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
4         </TD>
5         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
6                 $content[admin]
7         </TD>
8         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
9                 $content[action]
10         </TD>
11         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
12                 $content[what]
13         </TD>
14         <TD class="switch_sw$content[sw] bottom2" align="center">
15                 $content[mode]
16         </TD>
17 </TR>