From 96cd85d824b02d8f27acaf38b37fd8f707eb610b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 16 Oct 2013 13:42:19 -0400 Subject: [PATCH] LMS: converts close modal controls to use HTML +

${_('Email Settings for {course_number}').format(course_number='')}


@@ -207,13 +209,13 @@ - - - diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html index 411b863e00..72ba0f2faa 100644 --- a/lms/templates/forgot_password_modal.html +++ b/lms/templates/forgot_password_modal.html @@ -3,6 +3,8 @@ <%! from django.core.urlresolvers import reverse %> diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index f4f1c4ea15..dea4b7e8b9 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -15,7 +15,7 @@ @@ -64,7 +60,7 @@ $('#login_error').html(json.value).stop().css("display", "block"); } }); - + // removing close link's default behavior $('#login-modal .close-modal').click(function(e) { e.preventDefault(); diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index 0416eea82b..4b13bebb04 100644 --- a/lms/templates/signup_modal.html +++ b/lms/templates/signup_modal.html @@ -9,6 +9,8 @@