]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_primera_mode_pay.tpl
Wrapper introduced, renaming to the naming convention:
[mailer.git] / templates / de / html / member / member_primera_mode_pay.tpl
index e60b02ea2c505bf54cebd819960083c5cb66ea25..c1383665d2033abdad9edae1cc24cb0a4b0d2bdc 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=primera&amp;mode=pay%}" method="post">
+<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="table_header bottom">
        </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="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--MEMBER_PRIMERA_PAYOUT_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_PRIMERA_PAYOUT_SUBMIT--}" />
                </td>
        </tr>
 </table>