Skip to content
Snippets Groups Projects
Commit 2627ceff authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Robert Lange
Browse files

refs #23190 [finc] remove double output

parent 418a6c08
No related merge requests found
......@@ -28,10 +28,6 @@
<?php /* Begin Available Items (Holds) */ ?>
<span class="text-success"><?=$this->transEsc("Available")?><link property="availability" href="http://schema.org/InStock" /></span>
<?php if ($holding['link'] ?? false): ?>
<?php /* finc adds class '.hidden-print' CK */ ?>
<a class="<?= $check ? 'checkRequest ' : '' ?>placehold hidden-print" <?php if (!empty($holding['linkLightbox'])): ?>data-lightbox <?php endif; ?>href="<?= $this->recordLink()->getRequestUrl($holding['link']) ?>">
<i class="fa fa-flag" aria-hidden="true"></i>&nbsp;<?= $this->transEsc($check ? "Check Hold" : "Place a Hold") ?>
</a>
<?php /* finc: add class .hidden-print CK */ ?>
<a class="<?=$check ? 'checkRequest ' : ''?>placehold hidden-print" <?php if (!empty($holding['linkLightbox'])): ?>data-lightbox <?php endif; ?>href="<?=$this->recordLink()->getRequestUrl($holding['link'])?>"><i class="fa fa-flag" aria-hidden="true"></i>&nbsp;<?=$this->transEsc($check ? "Check Hold" : "Place a Hold")?></a>
<?php endif; ?>
......
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