Skip to content
Snippets Groups Projects
Commit 969c5964 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #22651 [finc] template reconciliation

* improve default search tools (on bottom of result list)
* comes from de_105 (tested in finc)
* show search facets instead of tags in sidebar of author-home
parent ccd47d82
No related merge requests found
......@@ -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"
......
......@@ -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>
&mdash;
<span class="hidden-xs hidden-sm">&mdash;</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'): ?>
&mdash;
<span class="hidden-xs hidden-sm">&mdash;</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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment