Skip to content
Snippets Groups Projects
Commit c80601bd authored by Robert Lange's avatar Robert Lange Committed by André Lahmann
Browse files

refs #22620 [finc] fix unauthorized link to staff view in toolbar

parent 11db1378
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
<?php if (count($this->driver->getCitationFormats()) > 0): ?>
<li><a class="cite-record" data-lightbox href="<?=$this->recordLink()->getActionUrl($this->driver, 'Cite')?>" rel="nofollow"><i class="fa fa-asterisk" aria-hidden="true"></i> <?=$this->transEsc('Cite this')?></a></li>
<?php endif; ?>
<?php if ($this->tabs['Details']
<?php if ($this->tabs['Details'] ?? false
&& $this->config()->get('config')->Site->showStaffViewInLightbox ?? false): ?>
<li>
<a href="<?=$this->recordLink()->getTabUrl($this->driver, 'Details')?>"
......
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