diff options
Diffstat (limited to 'templates/show_export.inc.php')
-rw-r--r-- | templates/show_export.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_export.inc.php b/templates/show_export.inc.php index 262e967b..2ba58b4f 100644 --- a/templates/show_export.inc.php +++ b/templates/show_export.inc.php @@ -31,7 +31,7 @@ ${$name} = ' selected="selected"'; $name = 'catalog_' . $_REQUEST['export_catalog']; ${$name} = ' selected="selected"'; -show_box_top(_('Export Catalog')); ?> +show_box_top(_('Export Catalog'), 'box box_export'); ?> <form name="duplicates" action="<?php echo Config::get('web_path'); ?>/admin/export.php?action=export" method="post" enctype="multipart/form-data" > <table class="tableform" cellspacing="0" cellpadding="3"> <tr> |