]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/surfbar/surfbar_login_form.tpl
Some text shorter, alternative text added to forced-ads table row
[mailer.git] / templates / de / html / surfbar / surfbar_login_form.tpl
index 2dff1ec3b8a534f07cd1a0643c8ab13843f2abfe..6793c5cbe777cef817eb3b2a850b1eaecada4c11 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center" style="margin-bottom:10px">
-<form accept-charset="utf-8" action="{%url=surfbar.php%}" method="post">
+<form accept-charset="UTF-8" action="{%url=surfbar.php%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_login dashed">
        <tr>
                <td colspan="4" align="center" class="guest_login_header bottom">
@@ -9,17 +9,17 @@
        <tr>
                <td class="bottom" align="right">{--GUEST_ENTER_LOGIN--}:</td>
                <td class="bottom">
-                       <input type="text" name="id" class="form_field" size="4" maxlength="9" />
+                       <input type="text" class="form_field" name="id" size="4" maxlength="9" />
                </td>
                <td class="bottom" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
                <td class="bottom">
-                       <input type="password" name="password" class="form_field" size="10" maxlength="255" />
+                       <input type="password" class="form_field" name="password" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td colspan="4" align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--LOGIN_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--LOGIN_SUBMIT--}" />
                </td>
        </tr>
 </table>