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
d413e71b
Commit
d413e71b
authored
Mar 19, 2015
by
Carol Tong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7419 from edx/carol/doc/ContentLibUserAccessHelpLinks
DOC: ContentLib Help links for user access
parents
524840aa
e749f450
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
cms/templates/manage_users.html
+1
-1
cms/templates/manage_users_lib.html
+1
-1
docs/config.ini
+2
-1
No files found.
cms/templates/manage_users.html
View file @
d413e71b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
student
.
roles
import
CourseInstructorRole
%
>
<
%!
from
student
.
roles
import
CourseInstructorRole
%
>
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
def
name=
"online_help_token()"
><
%
return
"
team
"
%
></
%
def>
<
%
def
name=
"online_help_token()"
><
%
return
"
team
_course
"
%
></
%
def>
<
%
block
name=
"title"
>
${_("Course Team Settings")}
</
%
block>
<
%
block
name=
"title"
>
${_("Course Team Settings")}
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course users view-team
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course users view-team
</
%
block>
...
...
cms/templates/manage_users_lib.html
View file @
d413e71b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"base.html"
/>
<
%
inherit
file=
"base.html"
/>
<
%
def
name=
"online_help_token()"
><
%
return
"
team
"
%
></
%
def>
<
%
def
name=
"online_help_token()"
><
%
return
"
team
_library
"
%
></
%
def>
<
%
block
name=
"title"
>
${_("Library User Access")}
</
%
block>
<
%
block
name=
"title"
>
${_("Library User Access")}
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course users view-team
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course users view-team
</
%
block>
...
...
docs/config.ini
View file @
d413e71b
...
@@ -24,7 +24,8 @@ files = building_course/course_files.html
...
@@ -24,7 +24,8 @@ files = building_course/course_files.html
textbooks
=
building_course/textbooks.html
textbooks
=
building_course/textbooks.html
schedule
=
building_course/setting_up_student_view.html
schedule
=
building_course/setting_up_student_view.html
grading
=
building_course/establish_grading_policy.html
grading
=
building_course/establish_grading_policy.html
team
=
building_course/creating_new_course.html#add-course-team-members
team_course
=
building_course/creating_new_course.html#add-course-team-members
team_library
=
creating_content/libraries.html#give-other-users-access-to-your-library
advanced
=
index.html
advanced
=
index.html
checklist
=
building_course/creating_new_course.html#use-the-course-checklist
checklist
=
building_course/creating_new_course.html#use-the-course-checklist
import
=
building_course/export_import_course.html#import-a-course
import
=
building_course/export_import_course.html#import-a-course
...
...
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