diff --git a/themes/finc/templates/search/controls/results-tools.phtml b/themes/finc/templates/search/controls/results-tools.phtml index d0ef71567dbb587d67d83ade3009c11ccf4451be..145a5ac6918615240e34e7ecf4f33d22de421ec2 100644 --- a/themes/finc/templates/search/controls/results-tools.phtml +++ b/themes/finc/templates/search/controls/results-tools.phtml @@ -3,12 +3,14 @@ <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> - — + <?php // finc: hide dash on small screens ?> + <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' && is_numeric($this->results->getSearchId())): ?> - — + <?php // finc: hide dash on small screens ?> + <span class="hidden-xs hidden-sm">—</span> <?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> <?php else: ?>