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
fea8b5f4
Commit
fea8b5f4
authored
Jul 29, 2014
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Stanford-Online/edx-platform into jrbl/test_release
parents
bdcc6bd3
01d5a0c5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
13 deletions
+16
-13
cms/envs/common.py
+1
-1
cms/templates/bulksettings.html
+3
-3
common/lib/xmodule/xmodule/js/src/html/imageModal.js
+2
-5
common/lib/xmodule/xmodule/templates/html/image_modal.yaml
+6
-2
lms/templates/registration/password_reset_confirm.html
+4
-2
No files found.
cms/envs/common.py
View file @
fea8b5f4
...
...
@@ -499,7 +499,7 @@ COURSE_UTILITIES = [
{
"short_description"
:
"Bulk view problem settings"
,
"long_description"
:
"This utility will allow you to view all section, subsection and problem settings in one page."
,
"action_url"
:
"utility_bulksettings_handler"
,
"action_text"
:
"
Check Bulk
Settings"
,
"action_text"
:
"
View Problem
Settings"
,
"action_external"
:
False
}
]
}
...
...
cms/templates/bulksettings.html
View file @
fea8b5f4
...
...
@@ -14,7 +14,7 @@
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
${_("Tools / Course Utilities")}
</small>
<span
class=
"sr"
>
>
</span>
${_("
Bulk
Settings")}
<span
class=
"sr"
>
>
</span>
${_("
Problem
Settings")}
</h1>
</header>
</div>
...
...
@@ -89,9 +89,9 @@
<aside
class=
"content-supplementary"
role=
"complimentary"
>
<div
class=
"bit"
>
<h3
class=
"title title-3"
>
${_("What is
bulk
settings?")}
</h3>
<h3
class=
"title title-3"
>
${_("What is
problem
settings?")}
</h3>
<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>
</div>
...
...
common/lib/xmodule/xmodule/js/src/html/imageModal.js
View file @
fea8b5f4
$
(
function
()
{
// Set up on page load
function
setupFullScreenImage
()
{
$
(
"a.modal-content"
).
each
(
function
()
{
var
smallImageObject
=
$
(
this
).
children
();
var
largeImageSRC
=
$
(
this
).
attr
(
'href'
);
...
...
@@ -106,4 +104,4 @@ $(function() {
$
(
".wrapper-modal-image .image-content .image-controls .modal-ui-icon"
).
toggleClass
(
'is-disabled'
);
}
});
});
\ No newline at end of file
}
common/lib/xmodule/xmodule/templates/html/image_modal.yaml
View file @
fea8b5f4
...
...
@@ -4,4 +4,9 @@ metadata:
data
:
|
<h2>Full Screen Image</h2>
<p>Use the full screen image tool to allow students to open the image in the full screen, zoom in on the image, and drag the image within the screen.</p>
<a href="http://static.class.stanford.edu/stanford-hills-big.jpg" class="modal-content"><img alt="The Stanford Hills" src="http://static.class.stanford.edu/stanford-hills-small.jpg" /></a>
\ No newline at end of file
<a href="http://static.class.stanford.edu/stanford-hills-big.jpg" class="modal-content"><img alt="The Stanford Hills" src="http://static.class.stanford.edu/stanford-hills-small.jpg" /></a>
<script type="text/javascript">
$(function () {
setupFullScreenImage();
});
</script>
lms/templates/registration/password_reset_confirm.html
View file @
fea8b5f4
...
...
@@ -53,7 +53,9 @@
<header
class=
"global"
>
<nav>
<h1
class=
"logo"
>
<a
href=
"{{MKTG_URL_ROOT}}"
><img
src=
"{% static 'images/header-logo.png' %}"
></a>
<a
href=
"{{MKTG_URL_ROOT}}"
>
<img
src=
"{% static 'themes/stanford/images/stanford-S-logo.png' %}"
height=
"35"
alt=
"Home Page"
/>
</a>
</h1>
</nav>
</header>
...
...
@@ -157,7 +159,7 @@
<div
class=
"cta cta-help"
>
<h3>
{% trans "Need Help?" %}
</h3>
<p>
{% blocktrans with start_link='
<a
href=
"
{{MKTG_URL_FAQ}}
"
>
' end_link='
</a>
' %}
{% blocktrans with start_link='
<a
href=
"
https://stanfordonline.zendesk.com/hc
"
>
' end_link='
</a>
' %}
View our {{ start_link }}help section for contact information and answers to commonly asked questions{{ end_link }}
{% endblocktrans %}
</p>
...
...
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