diff --git a/themes/finc/templates/RecordTab/holdingsils.phtml b/themes/finc/templates/RecordTab/holdingsils.phtml index d3540b8cf8c0ea6b3a9c809f2de526bdabafa9f5..99709d4e6bff641c51ce1336be2d9634887d590c 100644 --- a/themes/finc/templates/RecordTab/holdingsils.phtml +++ b/themes/finc/templates/RecordTab/holdingsils.phtml @@ -57,29 +57,9 @@ if (!empty($holdingTitleHold)): ?> <a class="placehold" data-lightbox title="<?=$this->transEsc('request_place_text')?>" href="<?=$this->recordLink()->getRequestUrl($holdingTitleHold)?>"><i class="fa fa-flag" aria-hidden="true"></i> <?=$this->transEsc('title_hold_place')?> </a> <? endif; ?> -<? if (!empty($urls) || $openUrlActive): ?> - <h3><?=$this->transEsc("Internet")?></h3> - <? if (!empty($urls)): ?> - <? foreach ($urls as $current): ?> - <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>"><?=$this->escapeHtml($current['desc'])?></a><br/> - <? endforeach; ?> - <? endif; ?> - <? /* finc-specific snippet - #9274 - replaces if ($openUrlActive): - CK */ ?> - <? if ($openUrlActive): ?> - <? if (empty($urls)): ?> - <? $fallbackUrls = $this->driver->tryMethod('getURLs'); - if (!empty($fallbackUrls)): ?> - <span id="urlsHideable" style="display: none"> - <? foreach ($fallbackUrls as $current): ?> - <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" target="_blank"><?=$this->escapeHtml($current['desc'])?></a><br/> - <? endforeach; ?> - </span> - <? endif; ?> - <? endif; ?> - <?=$openUrl->renderTemplate()?> - <? endif; ?> - <? /* finc-specific snippet - #9274 - END */ ?> -<? endif; ?> + +<? /* finc: #12682 remove "Internet" ($urls, $openUrlActive) from description-tab (identical information is included in core-template with "Online Access" ) - VE */ ?> + <? foreach ($holdings['holdings'] as $holding): ?> <? /* nxt line = finc-specific - #7841@56988450 - CK */ ?> <? $holdingsEmpty = false; ?>