'center' for all headers
[mailer.git] / templates / de / html / guest / guest_nickname_login.tpl
index f72c77b45606104e382080d40ea6218353000ca0..ef7b8a3237bfcb20734cb0ae37b6a63b90ca8492 100644 (file)
@@ -1,19 +1,19 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=login%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=index&amp;what=login%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_login dashed" width="540">
        <tr>
-               <td colspan="4" class="guest_login_header">
-                       <strong>{--GUEST_WELCOME_MEMBER--}</strong>
+               <td colspan="4" class="guest_login_header" align="center">
+                       <strong>{--GUEST_LOGIN_MEMBER--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
                <td>
-                       <input type="text" name="id" class="guest_normal" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="id" size="10" maxlength="255" />
                </td>
                <td align="right">{--GUEST_ENTER_PASSWORD--}:</td>
                <td>
-                       <input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
+                       <input type="password" class="form_field" name="password" size="10" maxlength="255" />
                </td>
        </tr>
        $content[message]
@@ -22,7 +22,7 @@
        <tr>
                <td colspan="2" align="right">{--GUEST_SELECT_LIFETIME--}:</td>
                <td colspan="2"><select name="lifetime" size="1"
-                       class="guest_select">
+                       class="form_select">
                        <option value="3600">1 {--LIFE_HOURS--}</option>
                        <option value="8200">2 {--LIFE_HOURS--}</option>
                        <option value="21600">6 {--LIFE_HOURS--}</option>
@@ -40,9 +40,9 @@
        </tr>
        //-->
        <tr>
-               <td colspan="4" align="center" class="guest_footer">
-                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}" />
+               <td colspan="4" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--LOGIN_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </div>
 
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=login%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=index&amp;what=login%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_login dashed" width="540">
        <tr>
-               <td colspan="2" class="guest_login_header">
+               <td colspan="2" class="guest_login_header" align="center">
                        <strong>{--GUEST_GET_NEW_PASS--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
                <td>
-                       <input type="text" name="id" class="guest_normal" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="id" size="10" maxlength="255" />
                        <strong>{--_OR--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">{--GUEST_ENTER_EMAIL--}:</td>
                <td>
-                       <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
+                       <input type="text" class="form_field" name="email" size="20" maxlength="255" />
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="guest_footer">
-                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="new_pass" class="guest_submit" value="{--NEW_PASSWD--}" />
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="new_pass" class="form_submit" value="{--NEW_PASSWD--}" />
                </td>
        </tr>
 </table>