]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_admins_row.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_list_admins_row.tpl
index 27f7e0b34b6aecbe4b7de2172b6427a7da45c8fe..46d75c40221df150ef95b94bf87a6aeb86552b8c 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;&nbsp;<A href="$content[email_link]">$content[login]</A>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;&nbsp;<A href="mailto:$content[email]">$content[email]</A>
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
+               &nbsp;&nbsp;<a href="$content[email_link]">$content[login]</a>
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
+               &nbsp;&nbsp;<a href="mailto:$content[email]">$content[email]</a>
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
                &nbsp;&nbsp;$content[mode]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2">
+       </td>
+       <td class="switch_sw$content[sw] bottom">
                &nbsp;&nbsp;$content[la_mode]
-       </TD>
-</TR>
+       </td>
+</tr>