Skip to content

Commit

Permalink
Merge pull request vufind-org#669 from finc/dont_load_external_loginp…
Browse files Browse the repository at this point in the history
…rovider_in_lightbox

External urls should not be loaded via lightbox
  • Loading branch information
Chris Hallberg committed Apr 4, 2016
2 parents ebabff3 + 415564e commit 4568971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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; ?>
Expand Down

0 comments on commit 4568971

Please sign in to comment.