Skip to content
Snippets Groups Projects
Commit 6ef347d4 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Blueprint and Bootstrap 3 VUFIND-1004.

parent 4149f692
No related merge requests found
......@@ -16,7 +16,7 @@
<a class="new_account" href="<?=$this->url('myresearch-account')?>?auth_method=<?=$this->auth()->getActiveAuthMethod()?>"><?=$this->transEsc('Create New Account')?></a>
<? endif; ?>
<? if ($account->supportsRecovery()): ?>
<a class="forgot_password" href="<?=$this->url('myresearch-recover')?>"><?=$this->transEsc('Forgot Password')?></a>
<a class="forgot_password" href="<?=$this->url('myresearch-recover')?>?auth_method=<?=$this->auth()->getActiveAuthMethod()?>"><?=$this->transEsc('Forgot Password')?></a>
<? endif; ?>
<? else: ?>
<a href="<?=$this->escapeHtmlAttr($sessionInitiator)?>"><?=$this->transEsc("Institutional Login")?></a>
......
......@@ -12,7 +12,7 @@
<input class="btn btn-primary" type="submit" name="processLogin" value="Login">
<? if ($account->supportsRecovery()): ?>
<br/>
<a class="btn btn-link" href="<?=$this->url('myresearch-recover') ?>"><?=$this->transEsc('Forgot Password')?></a>
<a class="btn btn-link" href="<?=$this->url('myresearch-recover') ?>?auth_method=<?=$this->auth()->getActiveAuthMethod()?>"><?=$this->transEsc('Forgot Password')?></a>
<? endif; ?>
</div>
</div>
......
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