Skip to content
Snippets Groups Projects
Commit 96f2a751 authored by Gregor Gawol's avatar Gregor Gawol Committed by Sebastian Kehr
Browse files

refs #16628 [fid_adlr] remove empty notice box

* retrieve function isAISIDRecord
parent 58e0c65c
No related merge requests found
...@@ -127,8 +127,8 @@ JS; ...@@ -127,8 +127,8 @@ JS;
<?=sprintf($getit->getNotices(), $url)?> <?=sprintf($getit->getNotices(), $url)?>
<?php if ($getit->hideNotice()): ?></div><?php endif; ?> <?php if ($getit->hideNotice()): ?></div><?php endif; ?>
</div> </div>
<?php else: ?> <?php elseif (!$getit->isAISIDRecord()): ?>
<div class="getitbox-notices"> <div class="getitbox-notices resolver">
<?php if ($user && $getit->showBOSSData()): ?> <?php if ($user && $getit->showBOSSData()): ?>
<div class="boss-data-false"></div> <div class="boss-data-false"></div>
<?php if ($getit->hideNotice()): ?><br/><?php endif; ?> <?php if ($getit->hideNotice()): ?><br/><?php endif; ?>
......
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