X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_cats.php;h=6b381b3dc38c515e8dc757ffb852022a1500974c;hp=d51e798a05a686a30f317cdca84d5becae2d3aaf;hb=6914ebaaae909093df86d010e4c754a43d1a1aed;hpb=f1e8322e563fcba4b2966eeecd460ad7f4a63c5c diff --git a/inc/modules/admin/what-config_cats.php b/inc/modules/admin/what-config_cats.php index d51e798a05..6b381b3dc3 100644 --- a/inc/modules/admin/what-config_cats.php +++ b/inc/modules/admin/what-config_cats.php @@ -64,7 +64,7 @@ if (isFormSent('add')) { $content = '{--CATEGORY_ADDED--}'; } else { // Category does already exists - $content = '{--CATEGORY_ALREADY_EXISTS--}'; + $content = '{--CATEGORY_ALREADY_EXISTS--}'; } // Free memory @@ -137,11 +137,11 @@ if (isFormSent('add')) { $content['visible_selection'] = addSelectionBox('yn', $content['visible'], 'visible', $content['id']); // Load row template and switch colors - $OUT .= loadTemplate('admin_edit_cats_row', true, $content); + $OUT .= loadTemplate('form_submit_cats_row', true, $content); } // END - foreach // Load main template - loadTemplate('admin_edit_cats', false, $OUT); + loadTemplate('form_submit_cats', false, $OUT); } else { // Init variable here $CATS = '';