Skip to content
Snippets Groups Projects
Commit 0a42b290 authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Dorian Merz
Browse files

refs #12682 remove Internet from description-tab

parent 76cdc94c
Branches
Tags
No related merge requests found
...@@ -57,29 +57,9 @@ if (!empty($holdingTitleHold)): ?> ...@@ -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>&nbsp;<?=$this->transEsc('title_hold_place')?> <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>&nbsp;<?=$this->transEsc('title_hold_place')?>
</a> </a>
<? endif; ?> <? endif; ?>
<? if (!empty($urls) || $openUrlActive): ?>
<h3><?=$this->transEsc("Internet")?></h3> <? /* finc: #12682 remove "Internet" ($urls, $openUrlActive) from description-tab (identical information is included in core-template with "Online Access" ) - VE */ ?>
<? 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; ?>
<? foreach ($holdings['holdings'] as $holding): ?> <? foreach ($holdings['holdings'] as $holding): ?>
<? /* nxt line = finc-specific - #7841@56988450 - CK */ ?> <? /* nxt line = finc-specific - #7841@56988450 - CK */ ?>
<? $holdingsEmpty = false; ?> <? $holdingsEmpty = false; ?>
......
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