]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
Added missing parameter which allows to add the SQL statements not just to 'install...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 48888c25c3966c429f9cbe4fffeefb91cafec9fe..626eb4e870f7e656dfe6b5c53c8f81975b1a041b 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
        <td class="table_header bottom" colspan="2">
                {--ADMIN_SHOW_LOGIN--}
        </td>
        <td class="bottom">
-               <div><strong>$content[login]</strong></div>
+               <div><strong>$content[admin_login]</strong></div>
                <div>[<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]</div>
        </td>
 </tr>
 <tr>
        <td class="bottom">
-               {--ADMIN_ENTER_PASSWORD1--}
+               {--ADMIN_ENTER_NEW_PASSWORD1--}
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="pass1" size="20" maxlength="255" />
+               <input type="password" class="form_field" name="admin_pass1" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="bottom">
-               {--ADMIN_ENTER_PASSWORD2--}
+               {--ADMIN_ENTER_NEW_PASSWORD2--}
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="pass2" size="20" maxlength="255" />
+               <input type="password" class="form_field" name="admin_pass2" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="table_footer" colspan="2">
                <input type="hidden" name="hash" value="$content[hash]" />
-               <input type="hidden" name="login" value="$content[login]" />
+               <input type="hidden" name="login" value="$content[admin_login]" />
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" name="reset_pass" class="form_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_RESET_PASSWORD_NOTE--}
-</div>
+       {--ADMIN_RESET_PASSWORD_NOTICE--}
 </div>