]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_cats.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-config_cats.php
index d51e798a05a686a30f317cdca84d5becae2d3aaf..6b381b3dc38c515e8dc757ffb852022a1500974c 100644 (file)
@@ -64,7 +64,7 @@ if (isFormSent('add')) {
                $content = '{--CATEGORY_ADDED--}';
        } else {
                // Category does already exists
                $content = '{--CATEGORY_ADDED--}';
        } else {
                // Category does already exists
-               $content = '<span class="admin_failed">{--CATEGORY_ALREADY_EXISTS--}</span>';
+               $content = '<span class="notice">{--CATEGORY_ALREADY_EXISTS--}</span>';
        }
 
        // Free memory
        }
 
        // 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
                $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
        } // END - foreach
 
        // Load main template
-       loadTemplate('admin_edit_cats', false, $OUT);
+       loadTemplate('form_submit_cats', false, $OUT);
 } else {
        // Init variable here
        $CATS = '';
 } else {
        // Init variable here
        $CATS = '';