From a448d74f6c7e02ed023965db5c131c6a4132905d Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Thu, 15 Sep 2016 15:13:30 -0600 Subject: [PATCH] Add more specific help links for four LMS pages --- docs/lms_config.ini | 12 +++++++++--- .../templates/discussion/discussion_board.html | 1 + lms/templates/edxnotes/edxnotes.html | 2 +- lms/templates/learner_dashboard/programs.html | 1 + 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/lms_config.ini b/docs/lms_config.ini index cd4cf3355a..18993f267d 100644 --- a/docs/lms_config.ini +++ b/docs/lms_config.ini @@ -17,8 +17,7 @@ pdf_file = open-edx-learner-guide.pdf [pages] default = index.html - -instructor = index.html +instructor = SFD_instructor_dash_help.html course = index.html @@ -32,10 +31,17 @@ progress = SFD_check_progress.html learneraccountsettings = sfd_dashboard_profile/SFD_dashboard_settings_profile.html#exploring-the-account-settings-page -learnerdashboard = sfd_dashboard_profile/SFD_dashboard_settings_profile.html#exploring-the-learner-dashboard +learnerdashboard = sfd_dashboard_profile/SFD_dashboard_settings_profile.html#exploring-the-dashboard + +programs = SFD_enrolling.html#programs bookmarks = SFD_bookmarks.html +notes = SFD_notes.html + +wiki = SFD_wiki.html + +discussions = sfd_discussions/index.html # below are the language directory names for the different locales [locales] diff --git a/lms/djangoapps/discussion/templates/discussion/discussion_board.html b/lms/djangoapps/discussion/templates/discussion/discussion_board.html index d8cdc47231..b2a4b6d0ac 100644 --- a/lms/djangoapps/discussion/templates/discussion/discussion_board.html +++ b/lms/djangoapps/discussion/templates/discussion/discussion_board.html @@ -5,6 +5,7 @@ <%page expression_filter="h"/> <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> +<%def name="online_help_token()"><% return "discussions" %> <%! import json from django.utils.translation import ugettext as _ diff --git a/lms/templates/edxnotes/edxnotes.html b/lms/templates/edxnotes/edxnotes.html index 3c2f0125e6..abae77e9af 100644 --- a/lms/templates/edxnotes/edxnotes.html +++ b/lms/templates/edxnotes/edxnotes.html @@ -1,7 +1,7 @@ <%page expression_filter="h"/> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> - +<%def name="online_help_token()"><% return "notes" %> <%! from django.utils.translation import ugettext as _ from edxnotes.helpers import NoteJSONEncoder diff --git a/lms/templates/learner_dashboard/programs.html b/lms/templates/learner_dashboard/programs.html index 29b4a75789..587104f387 100644 --- a/lms/templates/learner_dashboard/programs.html +++ b/lms/templates/learner_dashboard/programs.html @@ -4,6 +4,7 @@ <%page expression_filter="h"/> <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> +<%def name="online_help_token()"><% return "programs" %> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import (