Skip to content
Snippets Groups Projects
Commit 2902c713 authored by Alexander Purr's avatar Alexander Purr
Browse files

refs #23044 [fid_adlr] prevent showing offcanvas-toggler on search history in lightbox

parent a4759d77
No related merge requests found
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
<div class="mainbody <?= $this->showMenu && $this->auth()->isLoggedIn() ? 'left' : 'modal-full-width' ?>"> <div class="mainbody <?= $this->showMenu && $this->auth()->isLoggedIn() ? 'left' : 'modal-full-width' ?>">
<?php /* finc: show only when if $saveSupported */ ?> <?php /* finc: show only when if $saveSupported */ ?>
<?php if ($saveSupported): ?> <?php /* fid_adlr: show only if not in lightbox - #23044 */ ?>
<?php if ($saveSupported && $this->showMenu): ?>
<?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?> <?=$this->render('RecordDriver/DefaultRecord/offcanvas-toggler-myresearch'); ?>
<?php endif; ?> <?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