]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
Global rewrite of engine:
[mailer.git] / inc / modules / admin / what-list_payouts.php
index df76022cf6a82921972078cf09233b2480d633bc..1e53c99604eea6429eb41a2248702682ad6100c1 100644 (file)
@@ -234,7 +234,7 @@ ORDER BY
                while ($content = SQL_FETCHARRAY($result)) {
                        if ($content['status'] == 'NEW') {
                                // Generate links for direct accepting and rejecting
-                               $content['status'] = "<a href=\"{?URL?}/modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=".$content['id']."\">".PAYOUT_ACCEPT_PAYOUT."</a>&nbsp;|&nbsp;<a href=\"{?URL?}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=".$content['id']."\">".PAYOUT_REJECT_PAYOUT."</a>";
+                               $content['status'] = "<a href=\"{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=" . $content['id'] . "%}\">{--PAYOUT_ACCEPT_PAYOUT--}</a>&nbsp;|&nbsp;<a href=\"{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=" . $content['id'] . "%}\">{--PAYOUT_REJECT_PAYOUT--}</a>";
                        } else {
                                // Translate status
                                $content['status'] = getMessage('PAYOUT_STATUS_'.strtoupper($content['status']).'');