drupal integration - adding back in modal assets for password recovery - wip
This commit is contained in:
committed by
John Jarvis
parent
c500896913
commit
633126234e
@@ -75,7 +75,9 @@
|
||||
<li class="field required password" id="field-password">
|
||||
<label for="password">Password</label>
|
||||
<input id="password" type="password" name="password" value="" placeholder="*****" />
|
||||
<span class="tip tip-input"><a href="#" rel="modal" class="action action-forgotpw">Forgot password?</a></span>
|
||||
<span class="tip tip-input">
|
||||
<a href="#forgot-password-modal" rel="leanModal" class="pwd-reset action action-forgotpw">Forgot password?</a>
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
@@ -115,11 +117,6 @@
|
||||
</div> -->
|
||||
% endif
|
||||
|
||||
<div class="cta cta-forgotpw">
|
||||
<h3>Forgot Your edX Password</h3>
|
||||
<p><a href="#" class="action action-forgotpw">Request help with resetting your password</a></p>
|
||||
</div>
|
||||
|
||||
<div class="cta cta-help">
|
||||
<h3>Need Help?</h3>
|
||||
<p>Looking for help in logging in or with your edX account? <a href="#">View our help section for contact information and answers to commonly asked questions</a></p>
|
||||
|
||||
Reference in New Issue
Block a user