X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=dc827167058904671b50385855330d347ef959f3;hb=6a0c39a390c28999679d84a7ae5264363b0054dc;hp=049e32fe1626da766f1b2222163f8ef673805c41;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index 049e32fe16..dc82716705 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -79,7 +79,7 @@ if (isGetRequestParameterSet('userid')) { $content['sel'] = $selection; // Load row template and count up - $OUT .= loadTemplate('admin_list_cats_row', true, $content); + $OUT .= loadTemplate('admin_list_user_cats_row', true, $content); $count++; } // END - while @@ -90,14 +90,14 @@ if (isGetRequestParameterSet('userid')) { $content['rows'] = $OUT; // Load main template - loadTemplate('admin_list_cats', false, $content); + loadTemplate('admin_list_user_cats', false, $content); } else { // No categories selected! :-( - loadTemplate('admin_list_cats_404', false, $content); + loadTemplate('admin_list_user_cats_404', false, $content); } } else { // User not found - loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_MEMBER_404', $content['userid'])); + displayMessage(getMaskedMessage('ADMIN_MEMBER_404', $content['userid'])); } } else { // Output selection form with all confirmed user accounts listed