Commit 63312623 by Brian Talbot Committed by John Jarvis

drupal integration - adding back in modal assets for password recovery - wip

parent c5008969
...@@ -75,7 +75,9 @@ ...@@ -75,7 +75,9 @@
<li class="field required password" id="field-password"> <li class="field required password" id="field-password">
<label for="password">Password</label> <label for="password">Password</label>
<input id="password" type="password" name="password" value="" placeholder="*****" /> <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> </li>
</ol> </ol>
</fieldset> </fieldset>
...@@ -115,11 +117,6 @@ ...@@ -115,11 +117,6 @@
</div> --> </div> -->
% endif % 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"> <div class="cta cta-help">
<h3>Need Help?</h3> <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> <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>
......
Markdown is supported
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