diff options
Diffstat (limited to 'templates/show_duplicate.inc.php')
-rw-r--r-- | templates/show_duplicate.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php index b24d7535..6e35cff1 100644 --- a/templates/show_duplicate.inc.php +++ b/templates/show_duplicate.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Find Duplicates')); ?> +<?php show_box_top(_('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> |