]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_admins_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_del_admins_row.tpl
index 7a70ed41c9227f9cd85be1fdee19e220bb5b1a67..d1ccf91c1d1193368278e03359fb11d79bd2a501 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>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[id]&nbsp;<input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[login]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[email]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[mode]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[la_mode]
+       </td>
 </tr>