]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_wernis_mode_withdraw.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / member / member_wernis_mode_withdraw.tpl
index 009a66fa3134e343a2b17df6d69a4913c9ab70d5..d55a2a8c0d150112150e86fe14ac8fc2ca6b84cd 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;mode=withdraw%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;mode=withdraw%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="member_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--MEMBER_WERNIS_WITHDRAW_TITLE--}</strong>
                </td>
        </tr>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
-               <td><input type="text" name="wernis_userid" size="6" maxlength="5" value="$content[wernis_userid]" /></td>
+               <td><input type="text" class="form_field" name="wernis_userid" size="6" maxlength="5" value="{%user,wernis_userid%}" /></td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
-               <td><input type="password" name="wds66_password" size="10" maxlength="255" /></td>
+               <td><input type="password" class="form_field" name="wds66_password" size="10" maxlength="255" /></td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
-               <td><input type="text" name="amount" size="10" maxlength="255" /></td>
+               <td><input type="text" class="form_field" name="amount" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="{--MEMBER_WERNIS_WITHDRAW_SUBMIT--}" />
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_WERNIS_WITHDRAW_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="member_note">
-       <strong class="member_note">{--MEMBER_WERNIS_WITHDRAW_NOTE--}</strong>
+<div class="notice">
+       <strong class="notice">{--MEMBER_WERNIS_WITHDRAW_NOTE--}</strong>
 </div>
 </div>