script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
index 32511bce831a61b886399eae6242e5c4215269d9..65efaeccd5ad52a30ab8147b67f9252e574b857c 100644 (file)
@@ -1,7 +1,5 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_wernis"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
+<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_wernis" method="POST">
+<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
                <STRONG>{--WERNIS_ADMIN_CONFIG_TITLE--}</STRONG></TD>
                        maxlength="32" /></TD>
        </TR>
        <TR>
-               <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
+               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
+       </TR>
+       <TR>
+               <TD width="300" align="right">{--WERNIS_ADMIN_API_URL--}:</TD>
+               <TD class="seperator" width="10">&nbsp;</TD>
+               <TD width="270"><INPUT type="text" name="wernis_api_url"
+                       class="admin_normal" value="$content[api_url]" size="25"
+                       maxlength="255" /></TD>
+       </TR>
+       <TR>
+               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
+       </TR>
+       <TR>
+               <TD width="300" align="right">{--WERNIS_ADMIN_REFID--}:</TD>
+               <TD class="seperator" width="10">&nbsp;</TD>
+               <TD width="270"><INPUT type="text" name="wernis_refid"
+                       class="admin_normal" value="$content[refid]" size="25"
+                       maxlength="255" /></TD>
+       </TR>
+       <TR>
+               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD width="300" align="right">{--WERNIS_ADMIN_MIN_AMOUNT--}:</TD>
+               <TD width="300" align="right">{--WERNIS_ADMIN_MIN_PAYOUT--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="270"><INPUT type="text" name="wernis_min_amount"
-                       class="admin_normal" value="$content[min_amount]" size="5"
+               <TD width="270"><INPUT type="text" name="wernis_min_payout"
+                       class="admin_normal" value="$content[min_payout]" size="5"
                        maxlength="20" /></TD>
        </TR>
        <TR>
                <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD width="300" align="right">{--WERNIS_ADMIN_API_URL--}:</TD>
+               <TD width="300" align="right">{--WERNIS_ADMIN_MIN_WITHDRAW--}:</TD>
                <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="270"><INPUT type="text" name="wernis_api_url"
-                       class="admin_normal" value="$content[api_url]" size="25"
-                       maxlength="255" /></TD>
+               <TD width="270"><INPUT type="text" name="wernis_min_withdraw"
+                       class="admin_normal" value="$content[min_withdraw]" size="5"
+                       maxlength="20" /></TD>
        </TR>
        <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
+               <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
        </TR>
        <TR>
                <TD colspan="3" align="center" class="admin_footer"><INPUT