]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admin_add.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_admin_add.tpl
index a5c5556152fd6f32bee35409c8f00227abed01c1..ac2ce57b3469da3b3a292a7496a7cedcd69ee842 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admin_add" method="POST" target="_self">
+<form action="{?URL?}/modules.php?module=admin&amp;what=admin_add" method="post" target="_self">
 <table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
        <tr>
                <td height="8" colspan="5"></td>
@@ -7,7 +7,7 @@
                <td width="10">&nbsp;</td>
                <td align="right" width="245">{--ENTER_TITLE--}:</td>
                <td width="10">&nbsp;</td>
-               <td class="admin_table" width="245" align="center"><INPUT
+               <td class="admin_table" width="245" align="center"><input
                        type="text" name="title" class="admin_normal" size="30"
                        maxlength="50"></td>
                <td width="10">&nbsp;</td>
@@ -63,9 +63,9 @@
        </tr>
        <tr>
                <td class="admin_table" width="10">&nbsp;</td>
-               <td class="admin_table" align="center" colspan="3"><INPUT
+               <td class="admin_table" align="center" colspan="3"><input
                        type="reset" class="admin_reset" class="admin_normal"
-                       value="{--CLEAR_FORM--}" /> <INPUT type="submit"
+                       value="{--CLEAR_FORM--}" /> <input type="submit"
                        class="admin_submit" name="ok" value="{--ADMIN_ADD_MENU--}" />
                </td>
                <td class="admin_table" width="10">&nbsp;</td>