]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_user.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index cc6dcf9d8aa8f4896f44c434ad37ed5b182644ed..c0a49920bcf486da3e95ac586f10d1dcd3f0123c 100644 (file)
@@ -11,7 +11,7 @@
        <tr>
                <td width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
-               <td width="170"><INPUT type="text" name="user_limit"
+               <td width="170"><input type="text" name="user_limit"
                        class="admin_normal" value="{!__LIMIT_VALUE!}" size="4"
                        maxlength="6"></td>
        </tr>
@@ -21,7 +21,7 @@
        <tr>
                <td width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
-               <td width="170"><INPUT type="text" name="user_alpha"
+               <td width="170"><input type="text" name="user_alpha"
                        class="admin_normal" value="{!__ALPHA_VALUE!}" size="4"
                        maxlength="6"></td>
        </tr>
@@ -29,8 +29,8 @@
                <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
+               <td colspan="3" class="admin_footer"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
                        value="{--SAVE_SETTINGS--}" /></td>
        </tr>