Skip to content
Snippets Groups Projects
Commit d79cfb15 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Place hold now in lightbox.

parent c7c1bc41
No related merge requests found
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<? /* Begin Available Items (Holds) */ ?> <? /* Begin Available Items (Holds) */ ?>
<span class="text-success"><?=$this->transEsc("Available")?><link property="availability" href="http://schema.org/InStock" /></span> <span class="text-success"><?=$this->transEsc("Available")?><link property="availability" href="http://schema.org/InStock" /></span>
<? if (isset($row['link']) && $row['link']): ?> <? if (isset($row['link']) && $row['link']): ?>
<a<?=$check ? ' class="checkRequest"' : ''?> href="<?=$this->recordLink()->getHoldUrl($row['link'])?>"><?=$this->transEsc($check ? "Check Hold" : "Place a Hold")?></a> <a<?=$check ? ' class="checkRequest"' : ''?> class="placehold" href="<?=$this->recordLink()->getHoldUrl($row['link'])?>"><?=$this->transEsc($check ? "Check Hold" : "Place a Hold")?></a>
<? endif; ?> <? endif; ?>
<? else: ?> <? else: ?>
<? /* Begin Unavailable Items (Recalls) */ ?> <? /* Begin Unavailable Items (Recalls) */ ?>
......
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