summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicate.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_duplicate.inc.php')
-rw-r--r--templates/show_duplicate.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php
index 0af31886..bc5435f2 100644
--- a/templates/show_duplicate.inc.php
+++ b/templates/show_duplicate.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Find Duplicates'), 'box box_duplicate'); ?>
+<?php UI::show_box_top(T_('Find Duplicates'), 'box box_duplicate'); ?>
<form name="duplicates" action="<?php echo Config::get('web_path'); ?>/admin/duplicates.php?action=find_duplicates" method="post" enctype="multipart/form-data" >
<table cellspacing="0" cellpadding="3">
<tr>
@@ -42,4 +42,4 @@
<input type="submit" value="<?php echo T_('Find Duplicates'); ?>" />
</div>
</form>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>