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

Lightbox for title level holds. Bootstrap.

parent 6ae6594e
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<? endif; ?> <? endif; ?>
<? endif; ?> <? endif; ?>
<? $holdingTitleHold = $this->driver->tryMethod('getRealTimeTitleHold'); if (!empty($holdingTitleHold)): ?> <? $holdingTitleHold = $this->driver->tryMethod('getRealTimeTitleHold'); if (!empty($holdingTitleHold)): ?>
<a class="holdPlace" href="<?=$this->recordLink()->getRequestUrl($holdingTitleHold)?>"><?=$this->transEsc('title_hold_place')?></a> <a class="placehold modal-link" title="<?=$this->transEsc('request_place_text')?>" href="<?=$this->recordLink()->getRequestUrl($holdingTitleHold)?>"><i class="icon-flag"></i>&nbsp;<?=$this->transEsc('title_hold_place')?></a>
<? endif; ?> <? endif; ?>
<? if (!empty($urls) || $openUrl): ?> <? if (!empty($urls) || $openUrl): ?>
<h3><?=$this->transEsc("Internet")?></h3> <h3><?=$this->transEsc("Internet")?></h3>
......
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