]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_primera_mode_pay.tpl
A lot templates rewritten, TODOs.txt updated, XHTML fixes:
[mailer.git] / templates / de / html / member / member_primera_mode_pay.tpl
index 7b2cfddf38867a06badc12bdfd0e29bdba42155d..5093d083d60515e1eb5a49cdd6ea306510840a1e 100644 (file)
@@ -1,26 +1,24 @@
-<form action="{!URL!}/modules.php?module=login&amp;what=primera&amp;mode=pay" method="POST" style="margin-bottom: 0px">
+<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">
        <tr>
-               <td colspan="3" align="center" class="member_title2 bottom2"
-                       height="30"><strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong></td>
-       </tr>
-       <tr>
-               <td width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</td>
-               <td width="10" class="seperator bottom2">&nbsp;</td>
-               <td width="115" class="bottom2"><strong>$content[points]</strong> Primera</td>
+               <td colspan="3" align="center" class="member_title2 bottom" height="30">
+                       <strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong>
+               </td>
        </tr>
        <tr>
-               <td width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_MIN_POINTS--}</td>
-               <td width="10" class="seperator bottom2">&nbsp;</td>
-               <td width="115" class="bottom2"><strong>$content[min_points]</strong> Primera</td>
+               <td width="315" class="bottom" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</td>
+               <td width="10" class="seperator bottom">&nbsp;</td>
+               <td width="115" class="bottom"><strong>$content[points]</strong> Primera</td>
        </tr>
        <tr>
-               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+               <td width="315" class="bottom" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_MIN_POINTS--}</td>
+               <td width="10" class="seperator bottom">&nbsp;</td>
+               <td width="115" class="bottom"><strong>{%config,translateComma=primera_min_payout%}</strong> Primera</td>
        </tr>
        <tr>
                <td width="315" height="35" align="right">{--PRIMERA_MEMBER_NICKNAME--}</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="text" name="primera_nickname" size="10" maxlength="255" value="$content[primera_nickname]" /></td>
+               <td width="115"><input type="text" name="primera_nickname" size="10" maxlength="255" value="{%user,primera_nickname%}" /></td>
        </tr>
        <tr>
                <td width="315" height="35" align="right">{--PRIMERA_MEMBER_PASSWORD--}</td>
@@ -32,9 +30,6 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
        </tr>
-       <tr>
-               <td colspan="3" height="3" class="seperator bottom2">&nbsp;</td>
-       </tr>
        <tr>
                <td colspan="3" align="center" class="member_footer">
                        <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
@@ -42,6 +37,6 @@
                </td>
        </tr>
 </table>
-<br />
-<div class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</strong>
 </form>
+
+<div class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</div>