Skip to content
Snippets Groups Projects
Commit 969d5e7f authored by Gregor Gawol's avatar Gregor Gawol Committed by Robert Lange
Browse files

refs #20460 [finc-accessibility] BARF SideFacets

* move cluster-list.phtml changes to finc-accessibility theme
parent 659bddc0
No related merge requests found
......@@ -42,9 +42,11 @@
$moreUrl .= '&baseUriExtra=' . urlencode($this->baseUriExtra);
}
?>
<li>
<a class="facet narrow-toggle <?=$moreClass ?>" data-lightbox href="<?=$moreUrl ?>" rel="nofollow">
<span class="text"><?=$this->transEsc('see all')?> ...</span>
</a>
</li>
<?php endif; ?>
<li class="facet narrow-toggle <?=$moreClass ?>">
<a class="text" href="#" onclick="event.stopImmediatePropagation(); return lessFacets('narrowGroupHidden-<?=$this->escapeHtmlAttr($this->title) ?>');">
......
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