Skip to content
Snippets Groups Projects
Commit f90fb7bb authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #23930 [finc-accessibility] rename template path comments in formerly moved auth templates

* see refs 23395
parent a41b661a
No related merge requests found
<!-- finc-accessibility: auth - abstractbase - login.phtml -->
<!-- finc-accessibility: auth - ILS - login.phtml -->
<?php $account = $this->auth()->getManager(); ?>
<?php $sessionInitiator = $account->getSessionInitiator($this->serverUrl($this->url('myresearch-home'))); ?>
<?php if (!$sessionInitiator): // display default login form if no login URL provided ?>
......@@ -20,4 +20,4 @@
<?php else: ?>
<a href="<?=$this->escapeHtmlAttr($sessionInitiator)?>" class="btn btn-link" data-lightbox-ignore><?=$this->transEsc("Institutional Login")?></a>
<?php endif; ?>
<!-- finc-accessibility: auth - abstractbase - login.phtml - END -->
<!-- finc-accessibility: auth - ILS - login.phtml - END -->
<!-- finc-accessibility: auth - abstractbase - loginfields.phtml -->
<!-- finc-accessibility: auth - ILS - loginfields.phtml -->
<?php /* copied /themes/bootstrap3/templates/myresearch/loginfields.phtml to add autocomplete */ ?>
<div class="form-group">
<label class="control-label" for="login_<?=$this->escapeHtmlAttr($topClass)?>_username"><?=$this->transEsc('Username')?>:</label>
......@@ -9,4 +9,4 @@
<?php /* finc adds 'autocomplete' for accessibility */ ?>
<input type="password" name="password" id="login_<?=$this->escapeHtmlAttr($topClass)?>_password" class="form-control" autocomplete="current-password"/>
</div>
<!-- finc-accessibility: auth - abstractbase - loginfields.phtml - END -->
<!-- finc-accessibility: auth - ILS - loginfields.phtml - END -->
<!-- finc-accessibility: Auth - AbstractBase - newpassword -->
<!-- finc-accessibility: Auth - ILS - newpassword -->
<?php /* copied /themes/bootstrap3/templates/Auth/AbstractBase/newpassword.phtml to add autocomplete */ ?>
<?php if (isset($this->username)): ?>
<div class="form-group">
......@@ -48,4 +48,4 @@
<input id="password2" type="password" name="password2" class="form-control" required aria-required="true" data-match="#password" data-match-error="<?=$this->transEscAttr('Passwords do not match')?>" autocomplete="new-password" aria-describedby="password2-error"/>
<div id="password2-error" class="help-block with-errors"></div>
</div>
<!-- finc-accessibility: Auth - AbstractBase - newpassword - END -->
\ No newline at end of file
<!-- finc-accessibility: Auth - ILS - newpassword - END -->
\ No newline at end of file
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