diff options
Diffstat (limited to 'templates/show_update_items.inc.php')
-rw-r--r-- | templates/show_update_items.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_update_items.inc.php b/templates/show_update_items.inc.php index 9956a284..e482c1d2 100644 --- a/templates/show_update_items.inc.php +++ b/templates/show_update_items.inc.php @@ -20,10 +20,10 @@ * */ -show_box_top(T_('Starting Update from Tags'), 'box box_update_items'); +UI::show_box_top(T_('Starting Update from Tags'), 'box box_update_items'); Catalog::update_single_item($type,$object_id); ?> <br /> <strong><?php echo T_('Update from Tags Complete'); ?></strong> <a class="button" href="<?php echo $target_url; ?>"><?php echo T_('Continue'); ?></a> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |