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
bcdf93fb
Commit
bcdf93fb
authored
Apr 22, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - fixing placeholder and label values for grace period on course grading settings
parent
4615f0d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
cms/templates/settings_graders.html
+11
-11
No files found.
cms/templates/settings_graders.html
View file @
bcdf93fb
...
...
@@ -4,20 +4,20 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%!
from
contentstore
import
utils
from
contentstore
import
utils
%
>
<
%
block
name=
"jsextra"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('js/vendor/timepicker/jquery.timepicker.css')}"
/>
<script
src=
"${static.url('js/vendor/timepicker/jquery.timepicker.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/template_loader.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/views/server_error.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/models/course_relative.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/views/validating_view.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/models/settings/course_grading_policy.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/views/settings/settings_grading_view.js')}"
></script>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
(){
...
...
@@ -26,15 +26,15 @@ from contentstore import utils
}).
blur
(
function
()
{
$
(
"label"
).
removeClass
(
"is-focused"
);
});
var
editor
=
new
CMS
.
Views
.
Settings
.
Grading
({
el
:
$
(
'.settings-grading'
),
model
:
new
CMS
.
Models
.
Settings
.
CourseGradingPolicy
(
$
{
course_details
|
n
},{
parse
:
true
})
});
editor
.
render
();
});
</script>
</
%
block>
...
...
@@ -97,8 +97,8 @@ from contentstore import utils
<ol
class=
"list-input"
>
<li
class=
"field text"
id=
"field-course-grading-graceperiod"
>
<label
for=
"course-grading-graceperiod"
>
Grace Period on Deadline:
</label>
<input
type=
"text"
class=
"short time"
id=
"course-grading-graceperiod"
value=
"0:00"
placeholder=
"
e.g. 10 minutes"
>
<span
class=
"tip tip-inline"
>
Leeway on due dates
</span>
<input
type=
"text"
class=
"short time"
id=
"course-grading-graceperiod"
value=
"0:00"
placeholder=
"
HH:MM"
autocomplete=
"off"
/
>
<span
class=
"tip tip-inline"
>
Leeway on due dates
(using HH:MM format)
</span>
</li>
</ol>
</section>
...
...
@@ -112,13 +112,13 @@ from contentstore import utils
</header>
<ol
class=
"list-input course-grading-assignment-list enum"
>
</ol>
</ol>
<div
class=
"actions"
>
<a
href=
"#"
class=
"new-button new-course-grading-item add-grading-data"
>
<span
class=
"plus-icon white"
></span>
New Assignment Type
</a>
</a>
</div>
</section>
</form>
...
...
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