]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_edit_row.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_config_admins_edit_row.tpl
index e68d98f3f4f76cc0a6d2806d5004dd761b309886..d469597d9311c5ce82a342ab6bd7464f230cc124 100644 (file)
@@ -1,16 +1,22 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
-       <INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><SELECT
-               name="admin[$content[id]]" size="1" class="admin_select">
-               $content[admins_selection]
-       </SELECT></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[action_selection]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[what_selection]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center"><SELECT
-               name="mode[$content[id]]" size="1" class="admin_select">
-               $content[mode_options]
-       </SELECT></TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               <strong>$content[id]</strong>
+               <input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               <select name="admin[$content[id]]" size="1" class="admin_select">
+                       $content[admins_selection]
+               </select>
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[action_selection]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[what_selection]
+       </td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
+               <select name="mode[$content[id]]" size="1" class="admin_select">
+                       $content[mode_options]
+               </select>
+       </td>
+</tr>