From e0ac6834da830a126a80f98ee99bd02dfa624b56 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Wed, 1 May 2013 13:57:24 -0400 Subject: [PATCH 01/10] Fix links between marketing site and courseware. Update links in footer to point to the right pages. Update link on dashboard without any classes. Update links in header. Update links on sign in and register pages. --- lms/templates/dashboard.html | 6 +++++- lms/templates/footer.html | 22 +++++++++++++++++++++- lms/templates/login.html | 4 ++-- lms/templates/navigation.html | 14 +++++++++++++- lms/templates/register.html | 2 +- 5 files changed, 42 insertions(+), 6 deletions(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index d23609801f..25a437395c 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -326,7 +326,11 @@ % else:

Looks like you haven't registered for any courses yet.

- Find courses now! + % if settings.MITX_FEATURES.get('ENABLE_MKTG_SITE'): + Find courses now! + %else: + Find courses now! + %endif
% endif diff --git a/lms/templates/footer.html b/lms/templates/footer.html index 642f0cfe01..b7351a9c15 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -6,6 +6,25 @@ - \ No newline at end of file + diff --git a/lms/templates/login.html b/lms/templates/login.html index 2e0281f4f6..b869d356fe 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -147,10 +147,10 @@

Not Enrolled?

-

Sign up for edX today!

+

Sign up for edX today!

Need Help?

-

Looking for help in logging in or with your edX account? View our help section for answers to commonly asked questions

+

Looking for help in logging in or with your edX account? View our help section for answers to commonly asked questions

diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index ee51a5ff98..57d6b8e19f 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -38,7 +38,15 @@ site_status_msg = get_site_status_msg(course_id)
% endif