]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_refid.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index 29e3604ebf0e0c3d2dbb3609de5f4043b6847bc2..27a4d6a1a444a41617c60b08799213d61952a7a5 100644 (file)
@@ -1,5 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_refid" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" width="450" class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_refid" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="450" class="admin_table dashed">
        <tr>
                <td class="admin_title2 bottom2" colspan="2" align="center">
                        <strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
@@ -45,7 +45,7 @@
        <tr>
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}:</td>
                <td align="center">
-                       <INPUT type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="$content[user_min_confirmed]" />
+                       <input type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="$content[user_min_confirmed]" />
                </td>
        </tr>
 
@@ -53,8 +53,8 @@
 
        <tr>
                <td class="admin_footer" colspan="2" align="center">
-                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>