From 582ae645a6b234c9ed04e187c04660e4ba305f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Mon, 4 Apr 2016 12:30:27 +0200 Subject: [PATCH] * external url should not be loaded via lightbox otherwise lighbox will throw an error --- themes/bootstrap3/templates/header.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/header.phtml b/themes/bootstrap3/templates/header.phtml index 9064fdcce41..4dac97c846f 100644 --- a/themes/bootstrap3/templates/header.phtml +++ b/themes/bootstrap3/templates/header.phtml @@ -34,7 +34,7 @@ </li> <li id="loginOptions"<? if($account->isLoggedIn()): ?> class="hidden"<? endif ?>> <? if ($account->getSessionInitiator($this->serverUrl($this->url('myresearch-home')))): ?> - <a href="<?=$this->url('myresearch-userlogin')?>" data-lightbox><i class="fa fa-sign-in"></i> <?=$this->transEsc("Institutional Login")?></a> + <a href="<?=$this->url('myresearch-userlogin')?>"><i class="fa fa-sign-in"></i> <?=$this->transEsc("Institutional Login")?></a> <? else: ?> <a href="<?=$this->url('myresearch-userlogin')?>" data-lightbox><i class="fa fa-sign-in"></i> <?=$this->transEsc("Login")?></a> <? endif; ?> -- GitLab