]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_wernis_mode_payout.tpl
More renames for suffix _NOTE -> _NOTICE
[mailer.git] / templates / de / html / member / member_wernis_mode_payout.tpl
index c6f6ba99f9150c3ea61c320d69e03db615652dc7..fc97d2cdc9342381775198563e3d617c6858deb7 100644 (file)
@@ -1,55 +1,49 @@
-<form action="{?URL?}/modules.php?module=login&amp;what=wernis&amp;mode=payout" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;do=payout%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
-               <td colspan="3" align="center" class="member_title2 bottom2"
-                       height="30"><strong>{--WERNIS_MEMBER_PAYOUT_TITLE--}</strong></td>
-       </tr>
-       <tr>
-               <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_POINTS--}</td>
-               <td width="10" class="seperator bottom2">&nbsp;</td>
-               <td width="115" class="bottom2"><strong>$content[points]</strong> Wernis</td>
-       </tr>
-       <tr>
-               <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_MIN_POINTS--}</td>
-               <td width="10" class="seperator bottom2">&nbsp;</td>
-               <td width="115" class="bottom2"><strong>$content[min_points]</strong> Wernis</td>
+               <td colspan="2" align="center" class="table_header bottom" height="30">
+                       <strong>{--MEMBER_WERNIS_PAYOUT_TITLE--}</strong>
+               </td>
        </tr>
        <tr>
-               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+               <td height="25" align="right">{--MEMBER_WERNIS_PAYOUT_POINTS--}</td>
+               <td><strong>{%pipe,translateComma=$content[points]%}</strong> Wernis</td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_ID--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="text" name="wds66_id" size="6" maxlength="5" value="$content[wds66_id]" /></td>
+               <td height="25" align="right">{--MEMBER_WERNIS_PAYOUT_MIN_POINTS--}</td>
+               <td><strong>{%config,translateComma=wernis_min_payout%}</strong> Wernis</td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_PASSWORD--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="password" name="wds66_password" size="10" maxlength="255" /></td>
+               <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
+               <td><input type="text" class="form_field" name="wernis_userid" size="6" maxlength="5" value="{%user,wernis_userid%}" /></td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_AMOUNT--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
+               <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
+               <td><input type="password" class="form_field" name="wds66_password" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td colspan="3" height="3" class="seperator bottom2">&nbsp;</td>
+               <td class="bottom" height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
+               <td class="bottom"><input type="text" class="form_field" name="amount" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="{--WERNIS_MEMBER_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_WERNIS_PAYOUT_SUBMIT--}" />
                </td>
        </tr>
 </table>
-<br />
-<strong class="member_note">{--WERNIS_MEMBER_PAYOUT_NOTE--}</strong>
 </form>
 
-<div class="member_note">
-       Die Umrechnung von {?POINTS?} in Wernis enspricht derzeit <strong>$content[payout_factor]:1</strong>.
+<div class="para">
+       <strong class="notice">{--MEMBER_WERNIS_PAYOUT_NOTICE--}</strong>
+</div>
+
+<div class="notice">
+       Die Umrechnung von {?POINTS?} in Wernis enspricht derzeit <strong>{%config,translateComma=wernis_payout_factor%}:1</strong>.
        Das auszahlungsf&auml;hige {?POINTS?}-Guthaben ist entweder um eine
-       prozentuale Geb&uuml;hr von <strong>$content[payout_fee_percent]%</strong>
-       oder um einen fixen Betrag von <strong>$content[payout_fee_fix] {?POINTS?}</strong>
+       prozentuale Geb&uuml;hr von <strong>{%config,translateComma=wernis_payout_fee_percent%}&#37;</strong>
+       oder um einen fixen Betrag von <strong>{%config,translateComma=wernis_payout_fee_fix%} {?POINTS?}</strong>
        bereits reduziert.
 </div>
+</div>