diff --git a/themes/bootstrap/templates/RecordTab/holdingsils.phtml b/themes/bootstrap/templates/RecordTab/holdingsils.phtml index 51efa1ab30829c3db16e8202eae87f965cb7aab6..14a35a97281f305948cd9606d4b6ca29fe1f70ff 100644 --- a/themes/bootstrap/templates/RecordTab/holdingsils.phtml +++ b/themes/bootstrap/templates/RecordTab/holdingsils.phtml @@ -95,7 +95,7 @@ <? /* Begin Available Items (Holds) */ ?> <span class="text-success"><?=$this->transEsc("Available")?><link property="availability" href="http://schema.org/InStock" /></span> <? 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; ?> <? else: ?> <? /* Begin Unavailable Items (Recalls) */ ?>