summaryrefslogtreecommitdiffstats
path: root/templates/show_manage_catalogs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_manage_catalogs.inc.php')
-rw-r--r--templates/show_manage_catalogs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php
index 20ef4458..c26d0778 100644
--- a/templates/show_manage_catalogs.inc.php
+++ b/templates/show_manage_catalogs.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Show Catalogs'), 'box box_manage_catalogs') ?>
+<?php UI::show_box_top(T_('Show Catalogs'), 'box box_manage_catalogs') ?>
<div id="information_actions">
<table>
<tr>
@@ -46,7 +46,7 @@
</tr>
</table>
</div>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>
<?php
$catalog_ids = Catalog::get_catalogs();
$browse = new Browse();