X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-payments.php;h=436eebd078c16099a5d54a88ffc022ffd293d9e6;hb=b04bf0b2a4e9b50d35ef0d1e470a2497c420519b;hp=abd2e1fcf302810a27bb9a3480b7fe255871b0ec;hpb=6914ebaaae909093df86d010e4c754a43d1a1aed;p=mailer.git diff --git a/inc/modules/admin/what-payments.php b/inc/modules/admin/what-payments.php index abd2e1fcf3..436eebd078 100644 --- a/inc/modules/admin/what-payments.php +++ b/inc/modules/admin/what-payments.php @@ -113,11 +113,11 @@ if (isFormSent()) { SQL_FREERESULT($result); // Load row template and switch colors - $OUT .= loadTemplate('form_submit_payments_row', true, $content); + $OUT .= loadTemplate('admin_edit_payments_row', true, $content); } // END - foreach // Load main template - loadTemplate('form_submit_payments', false, $OUT); + loadTemplate('admin_edit_payments', false, $OUT); } else { // Referal levels $result = SQL_QUERY("SELECT `id`, `time`, `payment`, `mail_title`, `price` FROM `{?_MYSQL_PREFIX?}_payments` ORDER BY `time` ASC", __FILE__, __LINE__);