Skip to content
Snippets Groups Projects
Commit 753bcf04 authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #22548 [finc]

* remove sidefacets from collection/view.phtml
parent b2bb7d21
No related merge requests found
......@@ -29,11 +29,7 @@
<?=$this->render('record/prev-next.phtml'); ?>
<?php endif; ?>
<?php /* DON'T pull the toolbar in here but below, finc-specific, CK */
/*
<?=$this->record($this->driver)->getToolbar()?>
*/
?>
<div class="record">
<?php /* finc - don't use '<?=count($sidebarList) < 1 ? ' solo' : '' ?>' or toolbar won't fit; BS count sidebars but our toolbar isn't counted */ ?>
......@@ -89,17 +85,6 @@
<?=$this->driver->supportsCoinsOpenURL()?'<span class="Z3988" title="' . $this->escapeHtmlAttr($this->driver->getCoinsOpenURL()) . '"></span>':''?>
</div>
<?php /* pull the toolbar here, finc-specific, CK */ ?>
<?php if (isset($activeTabObj) && is_callable([$activeTabObj, 'getSideRecommendations'])): ?>
<div class="<?= $this->layoutClass('sidebar') ?>" id="myresearch-sidebar">
<?= $this->record($this->driver)->getToolbar() ?>
<?php foreach ($activeTabObj->getSideRecommendations() as $current): ?>
<?= $this->recommend($current) ?>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, '$(document).ready(recordDocReady);', 'SET'); ?>
<!-- finc: collection - view - END -->
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