script does now also regonize the difference between payout in withdraw in wernis...
authorRoland Häder <roland@mxchange.org>
Mon, 18 Feb 2008 20:38:48 +0000 (20:38 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Feb 2008 20:38:48 +0000 (20:38 +0000)
inc/modules/member/what-wernis.php
templates/de/html/admin/admin_config_wernis.tpl

index 691c9d17fcc87b9c5696bcbe74f74bebef3010ca..b1db3909b3fb7e5697cee7eaaab4644b54ff7a04 100644 (file)
@@ -145,7 +145,7 @@ if ((!isset($_GET['mode'])) || ($_GET['mode'] == "choose")) {
 
        // Prepare data for the template
        $content['points']              = TRANSLATE_COMMA($points);
 
        // Prepare data for the template
        $content['points']              = TRANSLATE_COMMA($points);
-       $content['min_points']  = TRANSLATE_COMMA($_CONFIG['wernis_min_payout']);
+       $content['min_points']  = TRANSLATE_COMMA($_CONFIG['wernis_min_withdraw']);
        $content['wds66_id']    = "";
 
        // Get WDS66 id
        $content['wds66_id']    = "";
 
        // Get WDS66 id
@@ -192,9 +192,9 @@ if ((isset($_POST['ok'])) && (isset($_GET['mode']))) {
                                // Only numbers in amount!
                                LOAD_TEMPLATE("admin_settings_saved", false, WERNIS_MEMBER_INVALID_AMOUNT);
                                OUTPUT_HTML("<br />");
                                // Only numbers in amount!
                                LOAD_TEMPLATE("admin_settings_saved", false, WERNIS_MEMBER_INVALID_AMOUNT);
                                OUTPUT_HTML("<br />");
-                       } elseif ($_POST['amount'] < $_CONFIG['wernis_min_payout']) {
+                       } elseif ($_POST['amount'] < $_CONFIG['wernis_min_widthdraw']) {
                                // Not enougth entered!
                                // Not enougth entered!
-                               LOAD_TEMPLATE("admin_settings_saved", false, sprintf(WERNIS_MEMBER_AMOUNT_SMALLER_MIN, bigintval($_CONFIG['wernis_min_payout'])));
+                               LOAD_TEMPLATE("admin_settings_saved", false, sprintf(WERNIS_MEMBER_AMOUNT_SMALLER_MIN, bigintval($_CONFIG['wernis_min_withdraw'])));
                                OUTPUT_HTML("<br />");
                        } else {
                                // All is fine here so do the withdraw
                                OUTPUT_HTML("<br />");
                        } else {
                                // All is fine here so do the withdraw
index b66a6498260e355c94c780c537b1079fc4ef9d2a..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>
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
                <STRONG>{--WERNIS_ADMIN_CONFIG_TITLE--}</STRONG></TD>