]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index df921f319fc00cd9471eff306bd5adf76b1e482c..448b19a3a830f45c547ce3979294ac3c4ed5d3cd 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 bottom2">
+               <td colspan="2" align="center" height="30" class="admin_title bottom">
                        <strong>{--ADMIN_LOGIN_TITLE--}</strong>
                </td>
        </tr>
                </td>
        </tr>
        $content[pass_message]
-       <tr><td colspan="2" class="bottom2 seperator">&nbsp;</td></tr>
+       <tr><td colspan="2" class="bottom seperator">&nbsp;</td></tr>
        <!--
        @TODO Doesn't work with sessions
        <tr>
-               <td class="bottom2" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
+               <td class="bottom" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
                <!-- @TODO Try to move the select box to our generic functions //-->
-               <td class="bottom2" width="50%"><select name="timeout" size="1" class="admin_select">
-                       <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
-                       <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
-                       <option value="259200">{--TIMEOUT_THREE_DAYS--}</option>
-                       <option value="604800">{--TIMEOUT_ONE_WEEK--}</option>
-                       <option value="1209600">{--TIMEOUT_TWO_WEEKS--}</option>
-                       <option value="2592000">{--TIMEOUT_ONE_MONTH--}</option>
-                       <option value="15984000">{--TIMEOUT_HALF_YEAR--}</option>
-                       <option value="31536000" selected="selected">{--TIMEOUT_FULL_YEAR--}</option>
-               </select></td>
+               <td class="bottom" width="50%">
+                       <select name="timeout" size="1" class="admin_select">
+                               <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
+                               <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
+                               <option value="259200">{--TIMEOUT_THREE_DAYS--}</option>
+                               <option value="604800">{--TIMEOUT_ONE_WEEK--}</option>
+                               <option value="1209600">{--TIMEOUT_TWO_WEEKS--}</option>
+                               <option value="2592000">{--TIMEOUT_ONE_MONTH--}</option>
+                               <option value="15984000">{--TIMEOUT_HALF_YEAR--}</option>
+                               <option value="31536000" selected="selected">{--TIMEOUT_FULL_YEAR--}</option>
+                       </select>
+               </td>
        </tr>
        //-->
        <tr>