From 81d86eea429f100d691ea86036d40e1715e65ea7 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Tue, 5 Jan 2016 15:40:24 -0500 Subject: [PATCH] Changing H2 to H3 in problem templates --- cms/templates/ux/reference/container.html | 4 ++-- .../xmodule/js/fixtures/crowdsource_hinter.html | 4 ++-- .../xmodule/js/fixtures/jsinput_problem.html | 2 +- .../xmodule/js/fixtures/problem_content.html | 2 +- .../js/fixtures/problem_content_1240.html | 2 +- .../xmodule/xmodule/js/src/problem/edit.coffee | 17 ++++++++--------- .../xmodule/xmodule/templates/html/iframe.yaml | 6 +++--- .../xmodule/templates/html/image_modal.yaml | 6 +++--- .../xmodule/templates/html/zooming_image.yaml | 8 ++++---- common/test/acceptance/pages/lms/library.py | 2 +- .../courseware/features/navigation.py | 2 +- .../components/header/header.underscore | 2 +- lms/templates/lti.html | 8 ++++---- lms/templates/problem.html | 4 ++-- lms/templates/video.html | 2 +- 15 files changed, 35 insertions(+), 36 deletions(-) diff --git a/cms/templates/ux/reference/container.html b/cms/templates/ux/reference/container.html index 569e379105..8563122086 100644 --- a/cms/templates/ux/reference/container.html +++ b/cms/templates/ux/reference/container.html @@ -336,9 +336,9 @@
-

+

Multiple Choice -

+
(1 point possible)
diff --git a/common/lib/xmodule/xmodule/js/fixtures/crowdsource_hinter.html b/common/lib/xmodule/xmodule/js/fixtures/crowdsource_hinter.html index d7edb42a79..10511ecffc 100644 --- a/common/lib/xmodule/xmodule/js/fixtures/crowdsource_hinter.html +++ b/common/lib/xmodule/xmodule/js/fixtures/crowdsource_hinter.html @@ -8,9 +8,9 @@
-

+

Numerical Input -

+
(1/1 point)
diff --git a/common/lib/xmodule/xmodule/js/fixtures/jsinput_problem.html b/common/lib/xmodule/xmodule/js/fixtures/jsinput_problem.html index 94a1d8f729..1d48e92e3a 100644 --- a/common/lib/xmodule/xmodule/js/fixtures/jsinput_problem.html +++ b/common/lib/xmodule/xmodule/js/fixtures/jsinput_problem.html @@ -1,4 +1,4 @@ -

Custom Javascript Display and Grading

+

Custom Javascript Display and Grading

diff --git a/common/lib/xmodule/xmodule/js/fixtures/problem_content.html b/common/lib/xmodule/xmodule/js/fixtures/problem_content.html index 3e7d2107b7..60c0c78a7c 100644 --- a/common/lib/xmodule/xmodule/js/fixtures/problem_content.html +++ b/common/lib/xmodule/xmodule/js/fixtures/problem_content.html @@ -1,4 +1,4 @@ -

Problem Header

+

Problem Header

diff --git a/common/lib/xmodule/xmodule/js/fixtures/problem_content_1240.html b/common/lib/xmodule/xmodule/js/fixtures/problem_content_1240.html index 0538ae498f..cb6aab2541 100644 --- a/common/lib/xmodule/xmodule/js/fixtures/problem_content_1240.html +++ b/common/lib/xmodule/xmodule/js/fixtures/problem_content_1240.html @@ -1,4 +1,4 @@ -

Problem Header

+

Problem Header

diff --git a/common/lib/xmodule/xmodule/js/src/problem/edit.coffee b/common/lib/xmodule/xmodule/js/src/problem/edit.coffee index 0419e096dc..e14a4d3d45 100644 --- a/common/lib/xmodule/xmodule/js/src/problem/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/problem/edit.coffee @@ -264,8 +264,8 @@ class @MarkdownEditingDescriptor extends XModule.Descriptor // ]] // // - //
diff --git a/lms/templates/lti.html b/lms/templates/lti.html index 4e496ee4a3..faf55d6aef 100644 --- a/lms/templates/lti.html +++ b/lms/templates/lti.html @@ -3,10 +3,10 @@ import json from django.utils.translation import ugettext as _ %> -

+

## Translators: "External resource" means that this learning module is hosted on a platform external to the edX LMS ${display_name} (${_('External resource')}) -

+ % if has_score and weight:
@@ -51,9 +51,9 @@ from django.utils.translation import ugettext as _ > % endif % elif not hide_launch: -

+

${_('Please provide launch_url. Click "Edit", and fill in the required fields.')} -

+ % endif % if has_score and comment: diff --git a/lms/templates/problem.html b/lms/templates/problem.html index 94c961bfed..f124e5e0c1 100644 --- a/lms/templates/problem.html +++ b/lms/templates/problem.html @@ -1,9 +1,9 @@ <%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> -

+

${ problem['name'] } -

+
diff --git a/lms/templates/video.html b/lms/templates/video.html index 8df4b34895..0034a0561d 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %> % if display_name is not UNDEFINED and display_name is not None: -

${display_name}

+

${display_name}

% endif