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
01d5a0c5
Commit
01d5a0c5
authored
Jul 29, 2014
by
sjang92
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #92 from Stanford-Online/sjang92/bulksettings_buttonname_fix
Bulksettings -> Problem Settings name change
parents
ea32cc19
03060719
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cms/envs/common.py
+1
-1
cms/templates/bulksettings.html
+3
-3
No files found.
cms/envs/common.py
View file @
01d5a0c5
...
@@ -484,7 +484,7 @@ COURSE_UTILITIES = [
...
@@ -484,7 +484,7 @@ COURSE_UTILITIES = [
{
"short_description"
:
"Bulk view problem settings"
,
{
"short_description"
:
"Bulk view problem settings"
,
"long_description"
:
"This utility will allow you to view all section, subsection and problem settings in one page."
,
"long_description"
:
"This utility will allow you to view all section, subsection and problem settings in one page."
,
"action_url"
:
"utility_bulksettings_handler"
,
"action_url"
:
"utility_bulksettings_handler"
,
"action_text"
:
"
Check Bulk
Settings"
,
"action_text"
:
"
View Problem
Settings"
,
"action_external"
:
False
}
"action_external"
:
False
}
]
]
}
}
...
...
cms/templates/bulksettings.html
View file @
01d5a0c5
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<header
class=
"mast has-actions has-subtitle"
>
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
${_("Tools / Course Utilities")}
</small>
<small
class=
"subtitle"
>
${_("Tools / Course Utilities")}
</small>
<span
class=
"sr"
>
>
</span>
${_("
Bulk
Settings")}
<span
class=
"sr"
>
>
</span>
${_("
Problem
Settings")}
</h1>
</h1>
</header>
</header>
</div>
</div>
...
@@ -89,9 +89,9 @@
...
@@ -89,9 +89,9 @@
<aside
class=
"content-supplementary"
role=
"complimentary"
>
<aside
class=
"content-supplementary"
role=
"complimentary"
>
<div
class=
"bit"
>
<div
class=
"bit"
>
<h3
class=
"title title-3"
>
${_("What is
bulk
settings?")}
</h3>
<h3
class=
"title title-3"
>
${_("What is
problem
settings?")}
</h3>
<p>
<p>
${_("The
bulk
settings page provides a way to view all problem settings of the current course in one page.")}
${_("The
problem
settings page provides a way to view all problem settings of the current course in one page.")}
</p>
</p>
</div>
</div>
...
...
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