]> 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 f88457acce1f347b6181ff1aa188157b6ecfba10..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>]
                        </div>
                </td>
        </tr>
-       {!__MSG_PASS!}
+       $content[pass_message]
        <tr>
                <td colspan="2" height="14" class="seperator">&nbsp;</td>
        </tr>