]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_login_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_login_form.tpl
index 7b28bcb1da93dd32cea16e259dd58cc976ed764e..2e0c1441d7057c2a243147470720a3368e8aad58 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;$content[target]=$content[value]" method="post">
+<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 register" align="center">
        <tr>
                <td colspan="2" height="14" class="admin_title seperator">&nbsp;</td>
        <tr>
                <td width="50%" align="right">{--ENTER_ADMIN_LOGIN--}:&nbsp;&nbsp;</td>
                <td width="50%">
-                       <input type="text" name="login" size="10" maxlength="100" class="admin_normal" value="{!__LOGIN_VALUE!}" />
+                       <input type="text" name="login" size="10" maxlength="100" class="admin_normal" value="$content[login]" />
                </td>
        </tr>
-       {!__MSG_LOGIN!}
+       $content[login_message]
        <tr>
                <td colspan="2" height="14" class="seperator">&nbsp;</td>
        </tr>
        <tr>
                <td width="50%" valign="top" align="right">{--ENTER_ADMIN_PASS--}:&nbsp;&nbsp;</td>
                <td width="50%" valign="top">
-                       <input type="password" name="pass" size="10" maxlength="100" class="admin_normal" />
+                       <input type="password" class="admin_normal" name="pass" size="10" maxlength="100" />
                        <div class="admin_note">
-                               [<a href="{!URL!}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]
+                               [<a href="{?URL?}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]
                        </div>
                </td>
        </tr>
-       {!__MSG_PASS!}
+       $content[pass_message]
        <tr>
                <td colspan="2" height="14" class="seperator">&nbsp;</td>
        </tr>
@@ -46,7 +46,7 @@
                        <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>{--TIMEOUT_FULL_YEAR--}</option>
+                       <option value="31536000" selected="selected">{--TIMEOUT_FULL_YEAR--}</option>
                </select></td>
        </tr>
        <tr>