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
96fb19d2
Commit
96fb19d2
authored
Jul 02, 2013
by
Miles Steele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hover hint for auto-enroll
parent
7432b0e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
lms/static/sass/course/instructor/_instructor_2.scss
+17
-0
lms/templates/courseware/instructor_dashboard_2/membership.html
+6
-0
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
96fb19d2
...
...
@@ -189,6 +189,23 @@
cursor
:
pointer
;
}
label
[
for
=
"auto-enroll"
]
:hover
+
.auto-enroll-hint
{
display
:
block
;
}
.auto-enroll-hint
{
display
:
none
;
background-color
:
$white
;
border
:
1px
solid
$light-gray
;
width
:
$baseline
*
25
;
padding
:
$baseline
;
position
:
absolute
;
span
.emph
{
font-weight
:
bold
;
}
}
.batch-enrollment
{
textarea
{
margin-top
:
0
.2em
;
...
...
lms/templates/courseware/instructor_dashboard_2/membership.html
View file @
96fb19d2
...
...
@@ -9,6 +9,12 @@
<input
type=
"button"
name=
"unenroll"
value=
"Unenroll"
data-endpoint=
"${ section_data['unenroll_button_url'] }"
>
<input
type=
"checkbox"
name=
"auto-enroll"
value=
"Auto-Enroll"
style=
"margin-top: 1em;"
>
<label
for=
"auto-enroll"
>
Auto Enroll
</label>
<div
class=
"auto-enroll-hint"
>
<p>
If auto enroll is
<span
class=
"emph"
>
checked
</span>
, students who have not yet registered for edX will be automatically enrolled.
If auto enroll is left
<span
class=
"emph"
>
unchecked
</span>
, students who have not yet registered for edX will not be enrolled,
but will be allowed to enroll.
</p>
</div>
<div
class=
"request-response"
></div>
<div
class=
"request-response-error"
></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