Commit 02b43c05 by Alison Hodges

Merge pull request #10562 from edx/ahodges/DOC-2390

Updates the example locations to split format
parents b7830de6 056225e3
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
## Translators: A location (string of text) follows this sentence. ## Translators: A location (string of text) follows this sentence.
<p>${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}<br/> <p>${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}<br/>
<code>i4x://edX/Open_DemoX/problem/78c98390884243b89f6023745231c525</code></p> <code>block-v1:edX+DemoX+2015+type@problem+block@618c5933b8b544e4a4cc103d3e508378</code></p>
<p> <p>
${_("Next, select an action to perform for the given user and problem:")} ${_("Next, select an action to perform for the given user and problem:")}
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
</label> </label>
## Translators: A location (string of text) follows this sentence. ## Translators: A location (string of text) follows this sentence.
<p id="problem-select-all-help">${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}<br/> <p id="problem-select-all-help">${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}<br/>
<code>i4x://edX/Open_DemoX/problem/78c98390884243b89f6023745231c525</code></p> <code>block-v1:edX+DemoX+2015+type@problem+block@618c5933b8b544e4a4cc103d3e508378</code></p>
<p> <p>
${_("Then select an action")}: ${_("Then select an action")}:
<input type="button" class="molly-guard" name="reset-attempts-all" value="${_("Reset ALL students' attempts")}" data-endpoint="${ section_data['reset_student_attempts_url'] }"> <input type="button" class="molly-guard" name="reset-attempts-all" value="${_("Reset ALL students' attempts")}" data-endpoint="${ section_data['reset_student_attempts_url'] }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment