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
4027576e
Commit
4027576e
authored
Nov 26, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings - resolved date and time picker UI bugs
parent
4097bc10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
cms/static/sass/_settings.scss
+4
-0
cms/templates/settings.html
+8
-7
No files found.
cms/static/sass/_settings.scss
View file @
4027576e
...
...
@@ -135,7 +135,11 @@
}
&
.date
{
display
:
block
!
important
;
}
&
.time
{
display
:
block
!
important
;
}
&
:focus
{
...
...
cms/templates/settings.html
View file @
4027576e
...
...
@@ -177,13 +177,13 @@
<div
class=
"input multi multi-inline"
>
<div
class=
"group"
>
<label
for=
"course-start-date"
>
Start Date
</label>
<input
type=
"text"
class=
"start-date date set-date
"
id=
"course-start-date"
placeholder=
"MM/DD/YYYY
"
>
<input
type=
"text"
class=
"start-date date set-date
picker datepair"
id=
"course-start-date"
placeholder=
"MM/DD/YYYY"
autocomplete=
"off
"
>
<span
class=
"tip tip-stacked"
>
First day the course begins
</span>
</div>
<div
class=
"group"
>
<label
for=
"course-end-date"
>
End Date
</label>
<input
type=
"text"
class=
"
start-date date set-date"
id=
"course-end-date"
placeholder=
"MM/DD/YYYY
"
>
<input
type=
"text"
class=
"
end-date date set-date picker datepair"
id=
"course-end-date"
placeholder=
"MM/DD/YYYY"
autocomplete=
"off
"
>
<span
class=
"tip tip-stacked"
>
Last day the course is active
</span>
</div>
</div>
...
...
@@ -197,13 +197,13 @@
<div
class=
"input multi multi-inline"
>
<div
class=
"group"
>
<label
for=
"course-enrollment-start-date"
>
Start Date
</label>
<input
type=
"text"
class=
"start-date date set-date"
id=
"course-enrollment-start-date"
placeholder=
"MM/DD/YYYY"
>
<input
type=
"text"
class=
"start-date date set-date
picker datepair
"
id=
"course-enrollment-start-date"
placeholder=
"MM/DD/YYYY"
>
<span
class=
"tip tip-stacked"
>
First day students can enroll
</span>
</div>
<div
class=
"group"
>
<label
for=
"course-enrollment-end-date"
>
End Date
</label>
<input
type=
"text"
class=
"start-date date set-date"
id=
"course-enrollment-end-date"
placeholder=
"MM/DD/YYYY"
>
<input
type=
"text"
class=
"start-date date set-date
picker datepair
"
id=
"course-enrollment-end-date"
placeholder=
"MM/DD/YYYY"
>
<span
class=
"tip tip-stacked"
>
Last day students can enroll
</span>
</div>
</div>
...
...
@@ -458,10 +458,11 @@
<label
for=
"course-grading-deadline"
>
General Assignment Deadline:
</label>
<div
class=
"field"
>
<div
class=
"input"
>
<input
type=
"text"
class=
"short
"
id=
"course-grading-deadline
"
placeholder=
"HH:MM"
>
<div
class=
"input
picker datepair
"
>
<input
type=
"text"
class=
"short
time"
id=
"course-grading-deadline"
value=
"
"
placeholder=
"HH:MM"
>
<span
class=
"tip tip-stacked"
>
Boston, MA Local Time (UTC/GMT -5 hours).
<br
/>
<a
href=
"http://www.worldtimeserver.com/convert_time_in_UTC.aspx"
>
Convert to your time zone
</a></span>
<a
href=
"http://www.worldtimeserver.com/convert_time_in_UTC.aspx"
>
Convert to your time zone
</a>
</span>
</div>
</div>
</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