From a266330b2dcb2c70a15e1cd25c0b68f3fa143cbf Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Thu, 2 May 2013 12:02:29 -0700 Subject: [PATCH] made signup form labels and close modal button accessible friendly and tweaked login form to match signup form --- lms/templates/login_modal.html | 2 +- lms/templates/signup_modal.html | 57 ++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/lms/templates/login_modal.html b/lms/templates/login_modal.html index 4bd887a248..b6e3c47e00 100644 --- a/lms/templates/login_modal.html +++ b/lms/templates/login_modal.html @@ -10,7 +10,7 @@
- + diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index 9224ccc0b4..daab1d04ef 100644 --- a/lms/templates/signup_modal.html +++ b/lms/templates/signup_modal.html @@ -20,27 +20,31 @@
% if has_extauth_info is UNDEFINED: - - - - - - - - + + + + + + + + + + + % else:

Welcome ${extauth_email}


Enter a public username:

- - + + + % endif
- +
- %for code, ed_level in UserProfile.LEVEL_OF_EDUCATION_CHOICES: @@ -50,9 +54,9 @@
- +
- %for code, gender in UserProfile.GENDER_CHOICES: @@ -62,9 +66,9 @@
- +
- %for year in UserProfile.VALID_YEARS: @@ -74,22 +78,23 @@
- - - - + + + + +
-
- +