Skip to content
Snippets Groups Projects
Commit 02204c92 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Moved an arrow that was suggesting inconsistent behavior.

parent 99afa957
No related merge requests found
...@@ -52,15 +52,13 @@ ...@@ -52,15 +52,13 @@
$viewRecord = !empty($this->categoryList) && $this->currentAction != 'Tag' && $this->findby != 'alphabetical'; $viewRecord = !empty($this->categoryList) && $this->currentAction != 'Tag' && $this->findby != 'alphabetical';
?> ?>
<a href="<?=$url ?>" class="list-group-item clearfix<? if ($this->query == $secondary['value'].'' || $this->query == $secondary['value'].'*'): ?> active<? endif; ?>"> <a href="<?=$url ?>" class="list-group-item clearfix<? if ($this->query == $secondary['value'].'' || $this->query == $secondary['value'].'*'): ?> active<? endif; ?>">
<?=$this->escapeHtml($secondary['displayText']) ?> <?=$this->escapeHtml($secondary['displayText']) ?> <i class="fa fa-angle-right"></i>
<? if ($this->findby == 'alphabetical'): ?> <? if ($this->findby != 'alphabetical'): ?>
<span class="pull-right"><i class="fa fa-angle-right"></i></span>
<? else: ?>
<span class="badge"><?=number_format($secondary['count']) ?></span> <span class="badge"><?=number_format($secondary['count']) ?></span>
<? endif; ?> <? endif; ?>
</a> </a>
<? if($viewRecord): ?> <? if($viewRecord): ?>
<a class="list-group-item view-record" href="<?=$SEARCH_BASE ?>?lookfor=<? if ($this->filter): ?>&filter[]=<?=urlencode($this->filter) ?>%3A<?=str_replace('+AND+','&filter[]=', urlencode($secondary['value'])) ?><? endif; ?>&filter[]=<?=$this->browse()->getSolrField($this->currentAction) ?>%3A[* TO *]"><?=$this->transEsc('View Records') ?> <i class="fa fa-angle-right"></i></a> <a class="list-group-item view-record" href="<?=$SEARCH_BASE ?>?lookfor=<? if ($this->filter): ?>&filter[]=<?=urlencode($this->filter) ?>%3A<?=str_replace('+AND+','&filter[]=', urlencode($secondary['value'])) ?><? endif; ?>&filter[]=<?=$this->browse()->getSolrField($this->currentAction) ?>%3A[* TO *]"><?=$this->transEsc('View Records') ?></a>
<? endif; ?> <? endif; ?>
<? endforeach; ?> <? endforeach; ?>
</ul> </ul>
......
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