Skip to content
Snippets Groups Projects
Commit 0c972128 authored by Claas Kazzer's avatar Claas Kazzer Committed by Mathias Maaß
Browse files

refs #23949 finc: corrects space in php long tag

parent 6379aab2
Branches
Tags
No related merge requests found
<!-- finc - recordtab - holdingsils - standard -->
<?php /* This is a new file introduced in VF5 - it originated from the old holdingsils file, for history, check there, CK */ ?>
<?php if (strlen($holding['barcode'] ?? '') > 0): ?>
<?php
......@@ -25,7 +26,7 @@
<span class="text-muted"><?=$this->transEsc("status_unknown_message")?></span>
<?php else: ?>
<?php if ($holding['availability'] ?? false): ?>
<?php /* Begin Available Items (Holds) */ ?>
<?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: add class .hidden-print CK */ ?>
......
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