]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_active.tpl
Some typos fixed
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
index d2545121b6f18cfb08da3d6ba4d21abf1d2ac9d3..f39ca570bc0473b35220c0eec356ed84c7af38bb 100644 (file)
@@ -1,10 +1,10 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_active"
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_active"
        method="POST" style="margin-bottom: 0px">
 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
        class="admin_table dashed" width="580">
        <TR>
                <TD class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_ACTIVE_SETTINGS--}:</STRONG>
+               <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
                </TD>
                <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
        </TR>
@@ -16,7 +16,7 @@
                <TD align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</TD>
                <TD width="10" class="seperator">&nbsp;</TD>
                <TD align="center" width="275"><INPUT type="input"
-                       name="active_limit" class="admin_normal" value="{--__LIMIT_VALUE!}"
+                       name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
                        size="5" maxlength="20"></TD>
                <TD width="10" class="seperator">&nbsp;</TD>
        </TR>
        <TR>
                <TD width="10" class="admin_footer seperator">&nbsp;</TD>
                <TD class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
+                       value="{--SAVE_SETTINGS--}" /></TD>
                <TD width="10" class="admin_footer seperator">&nbsp;</TD>
        </TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file