]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
Fix for URL detection
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index 448b19a3a830f45c547ce3979294ac3c4ed5d3cd..fe1efe78a9ec70556ab4a7e54aaf2a12cf3169c2 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;$content[target]=$content[value]" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;$content[target]=$content[value]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td colspan="2" align="center" height="30" class="admin_title bottom">
@@ -22,7 +22,7 @@
                <td width="50%" align="right">
                        {--ENTER_ADMIN_PASS--}:
                        <div class="tiny">
-                               [<a href="{?URL?}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]
+                               [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_RESET_PASSWORD--}</a>]
                        </div>
                </td>
                <td width="50%">
@@ -54,7 +54,7 @@
                <td align="center" colspan="2" class="admin_footer">
                        <input type="hidden" name="timeout" value="0" />
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="admin_submit submit" name="ok" value="{--ADMIN_LOGIN_SUBMIT--}" />
+                       <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_LOGIN_SUBMIT--}" />
                </td>
        </tr>
 </table>