]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index fe1efe78a9ec70556ab4a7e54aaf2a12cf3169c2..9fcc5cbdea2c5651a0c8e4f84537f2b71669049f 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>
                </td>
        </tr>
        <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]" />
+               <td align="right">{--ENTER_ADMIN_LOGIN--}:</td>
+               <td>
+                       <input type="text" name="login" tabindex="1" size="20" maxlength="100" class="admin_normal" value="$content[login]" />
                </td>
        </tr>
        $content[login_message]
        <tr>
-               <td width="50%" align="right">
+               <td align="right">
                        {--ENTER_ADMIN_PASS--}:
                        <div class="tiny">
                                [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_RESET_PASSWORD--}</a>]
                        </div>
                </td>
-               <td width="50%">
-                       <input type="password" class="admin_normal" name="pass" size="10" maxlength="100" />
+               <td>
+                       <input type="password" name="pass" tabindex="2" size="20" maxlength="100" class="admin_normal" />
                </td>
        </tr>
        $content[pass_message]
-       <tr><td colspan="2" class="bottom seperator">&nbsp;</td></tr>
        <!--
        @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 //-->
-               <td class="bottom" width="50%">
-                       <select name="timeout" size="1" class="admin_select">
+               <td class="bottom" align="right">{--SELECT_TIMEOUT--}:</td>
+               @TODO Try to move the select box to our generic functions
+               <td class="bottom">
+                       <select name="timeout" size="1" class="admin_select" tabindex="3">
                                <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
                                <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
                                <option value="259200">{--TIMEOUT_THREE_DAYS--}</option>