From 96f2a7514e615bd33029bcc46645b57e360cc2c7 Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Mon, 9 Dec 2019 14:02:41 +0100 Subject: [PATCH] refs #16628 [fid_adlr] remove empty notice box * retrieve function isAISIDRecord --- themes/fid_adlr/templates/RecordTab/holdingsils.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml index c4d2c4a3cc7..3367e3ee2fa 100644 --- a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml +++ b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml @@ -127,8 +127,8 @@ JS; <?=sprintf($getit->getNotices(), $url)?> <?php if ($getit->hideNotice()): ?></div><?php endif; ?> </div> -<?php else: ?> -<div class="getitbox-notices"> +<?php elseif (!$getit->isAISIDRecord()): ?> +<div class="getitbox-notices resolver"> <?php if ($user && $getit->showBOSSData()): ?> <div class="boss-data-false"></div> <?php if ($getit->hideNotice()): ?><br/><?php endif; ?> -- GitLab