Skip to content
Snippets Groups Projects
Commit af3b57e2 authored by Claas Kazzer's avatar Claas Kazzer 💬 Committed by Frank Morgner
Browse files

refs #12719

* removes/replaces redundant classes in VF4
parent 08d75651
No related merge requests found
......@@ -3,13 +3,13 @@
$data = $this->recommend->getResult();
if (is_array($data['results']) && count($data['results']) > 0): ?>
<? /* Design should follow structure of recommend - sidefacets - CK */ ?>
<div id="side-panel-ebsco" class="list-group facet">
<div class="list-group-item title" data-toggle="collapse" href="#side-collapse-ebsco">
<div id="side-panel-ebsco" class="facet-group">
<div class="facet title" data-toggle="collapse" href="#side-collapse-ebsco">
<?= $this->transEsc('Ebsco::title_hits_databases') ?>
</div>
<div id="side-collapse-ebsco" class="collapse in">
<? foreach ($data['results'] as $result): ?>
<div class="list-group-item">
<div class="facet">
<span class="badge">
<?= $this->escapeHtml($result['hits']) ?>
</span>
......@@ -18,7 +18,7 @@ if (is_array($data['results']) && count($data['results']) > 0): ?>
</a>
</div>
<? endforeach; ?>
<a class="list-group-item narrow-toggle" href="<?=$this->escapeHtmlAttr($data['hits_total_url'])?>" target="_blank" rel="nofollow">
<a class="facet narrow-toggle" href="<?=$this->escapeHtmlAttr($data['hits_total_url'])?>" target="_blank" rel="nofollow">
<?=$this->transEsc('more')?>&nbsp;...
</a>
......
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