]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index da9b45bae10b3a7bedb44fafeccbcf315198e5ed..3e9694ebc79764c836eceaaca9772d02f306fc25 100644 (file)
@@ -1,46 +1,48 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;reset_pass=1%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td class="admin_title bottom" height="30" colspan="2">
+       <td class="table_header bottom" colspan="2">
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
+       <td class="bottom">
                {--ADMIN_SHOW_LOGIN--}
        </td>
-       <td width="50%" class="bottom">
-               <strong>$content[login]</strong><br />
-               [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]
+       <td class="bottom">
+               <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 height="40" width="50%" class="bottom">
-               {--ADMIN_ENTER_PASSWORD1--}
+       <td class="bottom">
+               {--ADMIN_ENTER_NEW_PASSWORD1--}
        </td>
-       <td width="50%" class="bottom">
-               <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
+       <td class="bottom">
+               <input type="password" class="form_field" name="admin_password1" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom">
-               {--ADMIN_ENTER_PASSWORD2--}
+       <td class="bottom">
+               {--ADMIN_ENTER_NEW_PASSWORD2--}
        </td>
-       <td width="50%" class="bottom">
-               <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
+       <td class="bottom">
+               <input type="password" class="form_field" name="admin_password2" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td class="admin_footer" colspan="2">
+       <td class="table_footer" colspan="2">
                <input type="hidden" name="hash" value="$content[hash]" />
-               <input type="hidden" name="login" value="$content[login]" />
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
+               <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="admin_note">
-       {--ADMIN_RESET_PASSWORD_NOTE--}
+<div class="notice">
+       {--ADMIN_RESET_PASSWORD_NOTICE--}
 </div>