]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
Rewrote script to use more EL, introduced wrappers for sending pool:
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 626eb4e870f7e656dfe6b5c53c8f81975b1a041b..23fa98a4801f4c87fe6ac35326c59e9062728316 100644 (file)
@@ -6,6 +6,7 @@
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
+
 <tr>
        <td class="bottom">
                {--ADMIN_SHOW_LOGIN--}
                <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_NEW_PASSWORD1--}
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="admin_pass1" size="20" maxlength="255" />
+               <input type="password" class="form_field" name="admin_password1" size="20" maxlength="255" />
        </td>
 </tr>
+
 <tr>
        <td class="bottom">
                {--ADMIN_ENTER_NEW_PASSWORD2--}
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="admin_pass2" size="20" maxlength="255" />
+               <input type="password" class="form_field" name="admin_password2" 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[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--}" />
+               <input type="submit" class="form_submit" name="reset_pass" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
        </td>
 </tr>
 </table>