More fixes for installation and extension registration
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index 1751b4b6e7d1e1acbce6d8a87cd922960b5cc3f4..bf071ab2e3d979a68c9b70e0999ff8d0840dc1a8 100644 (file)
@@ -1,8 +1,8 @@
 <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 bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_LOGIN_TITLE--}</strong>
                </td>
        </tr>
@@ -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%">
                </td>
        </tr>
        $content[pass_message]
-       <tr><td colspan="2" class="bottom2 seperator">&nbsp;</td></tr>
+       <tr><td colspan="2" class="bottom seperator">&nbsp;</td></tr>
        <!--
        @TODO Doesn't work with sessions
        <tr>
-               <td class="bottom2" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
-               <!-- @TODO Try to move the select box to our generic functions //-->
-               <td class="bottom2" width="50%">
+               <td class="bottom" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
+               @TODO Try to move the select box to our generic functions
+               <td class="bottom" width="50%">
                        <select name="timeout" size="1" class="admin_select">
                                <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
                                <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
@@ -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>