]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
Integrated stelzi's tweak patches for admin registration form and login
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index fe1efe78a9ec70556ab4a7e54aaf2a12cf3169c2..2c30f1cbb99ef662043051d30f54677c062589b3 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;$content[target]=$content[value]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="2" align="center" height="30" class="admin_title bottom">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_LOGIN_TITLE--}</strong>
                </td>
        </tr>
@@ -14,7 +14,7 @@
        <tr>
                <td width="50%" align="right">{--ENTER_ADMIN_LOGIN--}:</td>
                <td width="50%">
-                       <input type="text" name="login" size="10" maxlength="100" class="admin_normal" value="$content[login]" />
+                       <input type="text" name="login" size="20" maxlength="100" class="admin_normal" value="$content[login]" />
                </td>
        </tr>
        $content[login_message]
@@ -26,7 +26,7 @@
                        </div>
                </td>
                <td width="50%">
-                       <input type="password" class="admin_normal" name="pass" size="10" maxlength="100" />
+                       <input type="password" name="pass" size="20" maxlength="100" class="admin_normal" />
                </td>
        </tr>
        $content[pass_message]
@@ -35,7 +35,7 @@
        @TODO Doesn't work with sessions
        <tr>
                <td class="bottom" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
-               <!-- @TODO Try to move the select box to our generic functions //-->
+               @TODO Try to move the select box to our generic functions
                <td class="bottom" width="50%">
                        <select name="timeout" size="1" class="admin_select">
                                <option value="86400">{--TIMEOUT_ONE_DAY--}</option>