]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_admins_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_del_admins_row.tpl
index 458df35aee924e61a4c4a3299109eca9f97f46fe..5f41797bc37f097bf45773c0d1b36490c6c1fcb6 100644 (file)
@@ -1,13 +1,17 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[id] <INPUT type="hidden" name="sel[$content[id]]" value="1">
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[login]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[email]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[mode]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-       $content[la_mode]</TD>
-</TR>
+<tr>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[id]&nbsp;<input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[login]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[email]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom right">
+               $content[mode]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom">
+               $content[la_mode]
+       </td>
+</tr>