Skip to content
Snippets Groups Projects
Commit 85f371e9 authored by Demian Katz's avatar Demian Katz
Browse files

Link column headers to more results in combined search.

parent 840da2e6
Branches
Tags
No related merge requests found
......@@ -15,8 +15,10 @@
<div style="float: right;">
<a href="<?=$moreUrl?>"><?=$this->transEsc('More options')?></a>
</div>
<h2><a href="<?=$moreUrl?>"><?=$this->transEsc($currentSearch['label'])?></a></h2>
<? else: ?>
<h2><?=$this->transEsc($currentSearch['label'])?></h2>
<? endif; ?>
<h2><?=$this->transEsc($currentSearch['label'])?></h2>
<? if (isset($currentSearch['sublabel'])): ?>
<p><i><?=$this->transEsc($currentSearch['sublabel'])?></i></p>
<? endif; ?>
......
......@@ -15,8 +15,10 @@
<div class="pull-right">
<a href="<?=$moreUrl?>" class="btn btn-link"><i class="fa fa-gears"></i> <?=$this->transEsc('More options')?></a>
</div>
<h2><a href="<?=$moreUrl?>"><?=$this->transEsc($currentSearch['label'])?></a></h2>
<? else: ?>
<h2><?=$this->transEsc($currentSearch['label'])?></h2>
<? endif; ?>
<h2><?=$this->transEsc($currentSearch['label'])?></h2>
<? if (isset($currentSearch['sublabel'])): ?>
<p><i><?=$this->transEsc($currentSearch['sublabel'])?></i></p>
<? endif; ?>
......
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