diff --git a/local/config/vufind/searches.ini b/local/config/vufind/searches.ini index fd329a5042bb9594579eb4aba92186220c196b05..179e1624d2ef979d5e7ad5f0271a21665db5f9d0 100644 --- a/local/config/vufind/searches.ini +++ b/local/config/vufind/searches.ini @@ -469,7 +469,7 @@ Author[] = AuthorFacets ; default_side_recommend settings and only uses this section. [AuthorModuleRecommendations] ;top[] = TopFacets:ResultsTop -;side[] = SideFacets:Results:CheckboxFacets +side[] = SideFacets:Results:CheckboxFacets top[] = AuthorInfo side[] = "ExpandFacets:Author" diff --git a/themes/finc/templates/search/results.phtml b/themes/finc/templates/search/results.phtml index 992c735d1eee38f90e9c379cc2cb7167174363d9..13afdc03de5909ac9673c4ee61186563dd4a2b52 100644 --- a/themes/finc/templates/search/results.phtml +++ b/themes/finc/templates/search/results.phtml @@ -173,12 +173,12 @@ <div class="searchtools hidden-print"> <strong><?=$this->transEsc('Search Tools')?>:</strong> <a href="<?=$this->results->getUrlQuery()->setViewParam('rss')?>"><i class="fa fa-bell" aria-hidden="true"></i> <?=$this->transEsc('Get RSS Feed')?></a> - — + <span class="hidden-xs hidden-sm">—</span> <a href="<?=$this->url('search-email')?>" class="mailSearch" data-lightbox id="mailSearch<?=$this->escapeHtmlAttr($this->results->getSearchId())?>"> <i class="fa fa-envelope" aria-hidden="true"></i> <?=$this->transEsc('Email this Search')?> </a> <?php if ($this->accountCapabilities()->getSavedSearchSetting() === 'enabled'): ?> - — + <span class="hidden-xs hidden-sm">—</span> <?php if (is_numeric($this->results->getSearchId())): ?> <?php if ($this->results->isSavedSearch()): ?> <a href="<?=$this->url('myresearch-savesearch')?>?delete=<?=urlencode($this->results->getSearchId())?>"><i class="fa fa-remove" aria-hidden="true"></i> <?=$this->transEsc('save_search_remove')?></a>