diff options
Diffstat (limited to 'templates/show_clean_catalog.inc.php')
-rw-r--r-- | templates/show_clean_catalog.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 137631c5..f3f26464 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -20,11 +20,11 @@ * */ -show_box_top(); +UI::show_box_top(); /* HINT: Catalog Name */ printf(T_('Cleaning the %s Catalog'), "<strong>[ $this->name ]</strong>"); echo "...<br />"; echo T_('Checking') . ': <span id="clean_count_' . $this->id . '"></span><br />'; echo T_('Reading') . ':<span id="clean_dir_' . $this->id . '"></span><br />'; -show_box_bottom(); +UI::show_box_bottom(); ?> |