Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a448d74f
Commit
a448d74f
authored
Sep 15, 2016
by
Sylvia Pearce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more specific help links for four LMS pages
parent
5dc9ba7b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
docs/lms_config.ini
+9
-3
lms/djangoapps/discussion/templates/discussion/discussion_board.html
+1
-0
lms/templates/edxnotes/edxnotes.html
+1
-1
lms/templates/learner_dashboard/programs.html
+1
-0
No files found.
docs/lms_config.ini
View file @
a448d74f
...
...
@@ -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]
...
...
lms/djangoapps/discussion/templates/discussion/discussion_board.html
View file @
a448d74f
...
...
@@ -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
"
%
></
%
def>
<
%!
import
json
from
django
.
utils
.
translation
import
ugettext
as
_
...
...
lms/templates/edxnotes/edxnotes.html
View file @
a448d74f
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
def
name=
"online_help_token()"
><
%
return
"
notes
"
%
></
%
def>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
edxnotes
.
helpers
import
NoteJSONEncoder
...
...
lms/templates/learner_dashboard/programs.html
View file @
a448d74f
...
...
@@ -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
"
%
></
%
def>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
from
openedx
.
core
.
djangolib
.
js_utils
import
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment