diff options
Diffstat (limited to 'templates/show_search_options.inc.php')
-rw-r--r-- | templates/show_search_options.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php index f8ae35d1..aa6974db 100644 --- a/templates/show_search_options.inc.php +++ b/templates/show_search_options.inc.php @@ -29,7 +29,7 @@ </li> <?php if (Access::check_function('batch_download')) { ?> <li> - <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=browse&type=<?php echo scrub_out($_REQUEST['type']); ?>&browse_id=<?php echo $browse->id; ?>"><?php echo get_user_icon('batch_download', T_('Batch Download')); ?></a> + <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=browse&type=<?php echo scrub_out($_REQUEST['type']); ?>&browse_id=<?php echo $browse->id; ?>"><?php echo UI::get_icon('batch_download', T_('Batch Download')); ?></a> <?php echo T_('Batch Download'); ?> </li> <?php } ?> |