Skip to content

Commit

Permalink
chugachmiut
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamotorina committed Jun 1, 2023
1 parent cac15be commit 47040b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/chugachmiut/views/Browse/browse_results_html.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
print _t('%1 %2 %3', $vn_result_size, ($va_browse_info["labelSingular"]) ? $va_browse_info["labelSingular"] : $t_instance->getProperty('NAME_SINGULAR'), ($vn_result_size == 1) ? _t("Result") : _t("Results"));
?>
<div class="btn-group">
<a href="#" data-toggle="dropdown"><i class="fa fa-gear bGear" aria-label="Result options"></i></a>
<a href="#" data-toggle="dropdown"><span class="glyphicon glyphicon-cog bGear" aria-label="Result options"></span></a>
<ul class="dropdown-menu" role="menu">
<?php
if(($vs_table == "ca_objects") && $vn_result_size && (is_array($va_add_to_set_link_info) && sizeof($va_add_to_set_link_info))){
Expand Down

0 comments on commit 47040b2

Please sign in to comment.