]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_user.tpl
Naming convention applied on language strings, check added to wrapper:
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index 9a22134cdc5ceb32067fa4b4c4241e5d6b2c6454..3f77ea28bf569735d14004c0b174324cd6ef749a 100644 (file)
@@ -1,36 +1,25 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_user" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_user%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
-                       <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_CONFIG_USER_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td width="170">
+               <td align="right">{--ADMIN_USER_LIMIT_USER--}:</td>
+               <td>
                        <input type="text" name="user_limit" class="admin_normal" value="{?user_limit?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td width="170">
+               <td class="bottom" align="right">{--ADMIN_USER_ALPHA_USER--}:</td>
+               <td class="bottom">
                        <input type="text" name="user_alpha" class="admin_normal" value="{?user_alpha?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="admin_footer">
+               <td colspan="2" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>