]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_primera_mode_pay.tpl
ext-refback is now longer essential for the referal system, please make sure that...
[mailer.git] / templates / de / html / member / member_primera_mode_pay.tpl
index 1bda8e58a432dee7064735e9f08c04bb5e9df525..c1383665d2033abdad9edae1cc24cb0a4b0d2bdc 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=primera&amp;mode=pay%}" 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=primera&amp;mode=pay%}" 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_PRIMERA_PAYOUT_TITLE--}</strong>
                </td>
        </tr>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_PRIMERA_NICKNAME--}</td>
-               <td><input type="text" name="primera_nickname" size="10" maxlength="255" value="{%user,primera_nickname%}" /></td>
+               <td><input type="text" class="form_field" name="primera_nickname" size="10" maxlength="255" value="{%user,primera_nickname%}" /></td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_PRIMERA_PASSWORD--}</td>
-               <td><input type="password" name="primera_password" size="10" maxlength="255" /></td>
+               <td><input type="password" class="form_field" name="primera_password" size="10" maxlength="255" /></td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_PRIMERA_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_PRIMERA_PAYOUT_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_PRIMERA_PAYOUT_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="member_note">
+<div class="notice">
        {--MEMBER_PRIMERA_PAYOUT_NOTE--}
 </div>
 </div>