HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_theme_edit_row.tpl
1 <TR>
2         <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
3                 <INPUT type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
4                 <INPUT type="hidden" name="active[$content[id]]" value="$content[active]" />
5         </TD>
6         <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
7                 $content[link]
8         </TD>
9         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
10                 $content[name]
11         </TD>
12         <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
13                 $content[is_act]
14         </TD>
15         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
16                 $content[email]
17         </TD>
18         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
19                 <a href="$content[url_link]" target="_blank">$content[url_title]</a>
20         </TD>
21         <TD class="switch_sw$content[sw] bottom2 right2" align="center">
22                 v$content[ver]
23         </TD>
24 </TR>