From a04f77028745aa018b80e8f92ac6a065a11d26ba Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@gawol-optiplex-9020-aio.(none)> Date: Wed, 10 Feb 2021 08:41:15 +0100 Subject: [PATCH] refs #19107 [fid_bbi] get it box data move to core --- themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml | 2 +- themes/fid_bbi/templates/RecordTab/worldcat.phtml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml index dd532bdbd71..8eb95b0b499 100644 --- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml +++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml @@ -67,7 +67,7 @@ <li> <a class="link-with-icon" href="#TODO"> <?=$this->icon('small/arrow-right')?> - TODO + <?=$this->context($this)->renderInContext('RecordTab/holdingsils.phtml',[])?> </a> </li> </ul> diff --git a/themes/fid_bbi/templates/RecordTab/worldcat.phtml b/themes/fid_bbi/templates/RecordTab/worldcat.phtml index c785f556a8f..09032d3971d 100644 --- a/themes/fid_bbi/templates/RecordTab/worldcat.phtml +++ b/themes/fid_bbi/templates/RecordTab/worldcat.phtml @@ -17,7 +17,6 @@ JS; ?> <!-- renders holdingstab contents here until we know exactly how it shall be designed --> -<?=$this->context($this)->renderInContext('RecordTab/holdingsils.phtml',[])?> <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?> <div class="worldcat-headline" style="display: none"><?=$this->translate('worldcat_availability')?></div> <div class="worldcat-data"></div> -- GitLab