]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_add_acl.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_admins_add_acl.tpl
index 25c2fb87868806093908abc3139f38aa891bf50f..3119848f6c799a39ee75675d060ba3abb793030d 100644 (file)
@@ -1,56 +1,56 @@
 <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"
+<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"
+       <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">
+               </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
+               </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>
+                       value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></td>
+       </tr>
+</table>
 </form>
\ No newline at end of file