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

Merge branch 'release-4.1'

parents bd8f00dd b6230b1a
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<? $moreClass = ' NarrowGroupHidden_'.$this->escapeHtml($title).' hidden'; ?> <? $moreClass = ' NarrowGroupHidden_'.$this->escapeHtml($title).' hidden'; ?>
<? $allowExclude = $this->recommend->excludeAllowed($title); ?> <? $allowExclude = $this->recommend->excludeAllowed($title); ?>
<div class="top-facets"> <div class="top-facets">
<strong><?=$this->transEsc('top_facet_label', ['%%label%%' => $cluster['label']]) ?></strong><br /> <strong><?=$this->transEsc('top_facet_label', ['%%label%%' => $this->translate($cluster['label'])]) ?></strong><br />
<? $limit = $topFacetSettings['rows'] * $topFacetSettings['cols']; ?> <? $limit = $topFacetSettings['rows'] * $topFacetSettings['cols']; ?>
<? foreach($cluster['list'] as $index => $thisFacet): ?> <? foreach($cluster['list'] as $index => $thisFacet): ?>
<span class="facet <?=$index > $limit ? $moreClass : '' ?>"> <span class="facet <?=$index > $limit ? $moreClass : '' ?>">
......
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