A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_nickname_form.tpl
index 56a5822545f29d3b2ad0bfc90ea4b263d2b1a484..bec815a4a564979a39d131a0c020eed95aa0b2d9 100644 (file)
@@ -1,48 +1,36 @@
-<FORM action="{!URL!}/modules.php?module=login&amp;what=nickname"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
-       class="member_table dashed">
-       <TR>
-               <TD colspan="5" align="center" class="member_title2 bottom2"
-                       height="30"><STRONG>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="5" class="seperator">&nbsp;</TD>
-               <TD colspan="3">{--NICKNAME_CHANGE_NICKNAME_INTRO--}</TD>
-               <TD width="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="5" class="seperator">&nbsp;</TD>
-               <TD align="right">{--NICKNAME_ENTER_NICKNAME--}:</TD>
-               <TD width="5" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="nickname" class="member_normal"
-                       size="30" maxlength="30" value="{--__NICKNAME--}"></TD>
-               <TD width="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="5" class="seperator">&nbsp;</TD>
-               <TD colspan="3" align="center">{--NICKNAME_ALLOWED_CHARS--}</TD>
-               <TD width="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" class="seperator bottom2" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="5" class="member_footer seperator">&nbsp;</TD>
-               <TD colspan="3" class="member_footer" align="center"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" name="ok" class="member_submit"
-                       value="{--NICKNAME_SUBMIT--}"></TD>
-               <TD width="5" class="member_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=nickname%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="5" align="center" class="table_header bottom" height="30">
+                       <strong>{--MEMBER_NICKNAME_CHANGE_NICKNAME_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2">
+                       {--MEMBER_NICKNAME_CHANGE_NICKNAME_INTRO--}
+               </td>
+       </tr>
+       <tr>
+               <td align="right">
+                       {--MEMBER_NICKNAME_ENTER_NICKNAME--}:
+               </td>
+               <td>
+                       <input type="text" name="nickname" class="form_field" size="30" maxlength="30" value="$content" />
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" colspan="2" align="center">
+                       {--MEMBER_NICKNAME_ALLOWED_CHARS--}
+                       ({?nickname_chars?})
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" class="table_footer" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--MEMBER_NICKNAME_CHANGE_SUBMIT--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>