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
da6ac54d
Commit
da6ac54d
authored
Apr 04, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - added in labels and UTC reference for section release date modal forms
parent
52a2fc71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
2 deletions
+35
-2
cms/static/sass/views/_outline.scss
+26
-0
cms/templates/overview.html
+9
-2
No files found.
cms/static/sass/views/_outline.scss
View file @
da6ac54d
...
...
@@ -604,13 +604,39 @@ body.course.outline {
}
.picker
{
@include
clearfix
();
margin
:
30px
0
65px
;
.field
{
float
:
left
;
margin-right
:
(
$baseline
/
2
);
&
:first-child
{
margin-left
:
(
$baseline
*
5
);
}
&
:last-child
{
margin-right
:
0
;
}
label
,
input
{
display
:
block
;
text-align
:
left
;
}
label
{
@include
font-size
(
14
);
margin-bottom
:
(
$baseline
/
4
);
}
}
}
.description
{
float
:
left
;
margin-top
:
30px
;
font-size
:
14px
;
line-height
:
20px
;
width
:
100%
;
}
strong
{
...
...
cms/templates/overview.html
View file @
da6ac54d
...
...
@@ -108,8 +108,15 @@
<div
class=
"settings"
>
<h3>
Section Release Date
</h3>
<div
class=
"picker datepair"
>
<input
class=
"start-date date"
type=
"text"
name=
"start_date"
value=
""
placeholder=
"MM/DD/YYYY"
class=
"date"
size=
'15'
autocomplete=
"off"
/>
<input
class=
"start-time time"
type=
"text"
name=
"start_time"
value=
""
placeholder=
"HH:MM"
class=
"time"
size=
'10'
autocomplete=
"off"
/>
<div
class=
"field field-start-date"
>
<label
for=
""
>
Release Day
</label>
<input
class=
"start-date date"
type=
"text"
name=
"start_date"
value=
""
placeholder=
"MM/DD/YYYY"
class=
"date"
size=
'15'
autocomplete=
"off"
/>
</div>
<div
class=
"field field-start-time"
>
<label
for=
""
>
Release Time (
<abbr
title=
"Coordinated Universal Time (UTC"
>
UTC
</abbr>
)
</label>
<input
class=
"start-time time"
type=
"text"
name=
"start_time"
value=
""
placeholder=
"HH:MM"
class=
"time"
size=
'10'
autocomplete=
"off"
/>
</div>
<div
class=
"description"
>
<p>
On the date set above, this section –
<strong
class=
"section-name"
></strong>
– will be released to students. Any units marked private will only be visible to admins.
</p>
</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