]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_user.tpl
Skyscraper now in member menu supported (you need to update/patch member_header.tpl...
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index b4c3b2f80e1d112b8214cfd4f1ec81d544b24034..0edfd427a2520efc502b76bd40715afb314a2afe 100644 (file)
@@ -13,7 +13,7 @@
                <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"
-                       class="admin_normal" value="{--__LIMIT_VALUE--}" size="4"
+                       class="admin_normal" value="{!__LIMIT_VALUE!}" size="4"
                        maxlength="6"></TD>
        </TR>
        <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"
-                       class="admin_normal" value="{--__ALPHA_VALUE--}" size="4"
+                       class="admin_normal" value="{!__ALPHA_VALUE!}" size="4"
                        maxlength="6"></TD>
        </TR>
        <TR>
                <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&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>
+                       value="{--SAVE_SETTINGS--}" /></TD>
        </TR>
 </TABLE>
 </FORM>