]> 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 c1094778a231e806ec26d64be94c1f481deb065d..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>
+               <strong>$content[id]</strong>
+               <input type="hidden" name="sel[$content[id]]" value="1" />
+       </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>
+               <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>