]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_add_acl.tpl
Profi-Concepts patch integrated and overworked for HTML cleanups
[mailer.git] / templates / de / html / admin / admin_admins_add_acl.tpl
index 25c2fb87868806093908abc3139f38aa891bf50f..604905dee18b45a84a0534a01492439bc2df459c 100644 (file)
@@ -1,56 +1,41 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_admins"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="235"><select name="admin_id" size="1"
-                       class="admin_select">
-                       {--_ADMINS_SELECTION--}
-               </select></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ADMIN_ADMINS_SELECT_ACTION--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>{--_ACTION_SELECTION--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ADMIN_ADMINS_SELECT_WHAT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD>{--_WHAT_SELECTION--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><select name="mode" size="1" class="admin_select">
-                       {--_MODE_OPTIONS--}
-               </select></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="5" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
-                       type="submit" name="add" class="admin_submit"
-                       value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_admins%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</td>
+               <td width="235">
+                       <select name="admin_id" size="1" class="admin_select">
+                               $content[admins_selection]
+                       </select>
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ADMIN_ADMINS_SELECT_ACTION--}:</td>
+               <td>$content[action_selection]</td>
+       </tr>
+       <tr>
+               <td align="right">{--ADMIN_ADMINS_SELECT_WHAT--}:</td>
+               <td>$content[what_selection]</td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</td>
+               <td class="bottom">
+                       <select name="mode" size="1" class="admin_select">
+                               $content[mode_options]
+                       </select>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="add" class="admin_submit" value="{--ADMIN_ADMINS_ADD_ADMIN--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>