]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
Checking new member registrations is now done with list_user (was: chk_regs) and...
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index f60f8a660d904a4ea20d66281825d8c98d5aa188..26009f56ecdad5103899bf01217dd83a99b3375e 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<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">
+<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="table dashed">
 <tr>
-       <td class="admin_title bottom" colspan="2">
+       <td class="table_header bottom" colspan="2">
                <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
        </td>
 </tr>
                {--ADMIN_ENTER_LOGIN--}
        </td>
        <td class="bottom">
-               <input type="text" class="admin_normal" name="login" size="20" maxlength="255" />
+               <input type="text" class="form_field" name="login" 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" />
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="validate_hash" class="admin_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="validate_hash" class="form_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
        </td>
 </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_VALIDATE_HASH_NOTE--}
 </div>
 </div>