]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/templates/de/html/member/member_nickname_form.tpl
branched
[mailer.git] / 0.2.1 / templates / de / html / member / member_nickname_form.tpl
diff --git a/0.2.1/templates/de/html/member/member_nickname_form.tpl b/0.2.1/templates/de/html/member/member_nickname_form.tpl
deleted file mode 100644 (file)
index 56a5822..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<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>