]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 3008056426c1a8e99a5ea1701eb815559b2b030c..d5577eb51d6b9e198b08b0ba20f8523ee393f74f 100644 (file)
@@ -1,32 +1,32 @@
-<form action="{?URL?}/modules.php?module=admin&amp;reset_pass=1" method="post">
+<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">
 <tr>
-       <td class="admin_title bottom2" height="30" colspan="2">
+       <td class="admin_title bottom" colspan="2">
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td height="40" width="50%" class="bottom">
                {--ADMIN_SHOW_LOGIN--}
        </td>
-       <td width="50%" class="bottom2">
+       <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>]
+               [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_CHANGE_LOGIN--}</a>]
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td height="40" width="50%" class="bottom">
                {--ADMIN_ENTER_PASSWORD1--}
        </td>
-       <td width="50%" class="bottom2">
+       <td width="50%" class="bottom">
                <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td height="40" width="50%" class="bottom">
                {--ADMIN_ENTER_PASSWORD2--}
        </td>
-       <td width="50%" class="bottom2">
+       <td width="50%" class="bottom">
                <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
        </td>
 </tr>