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
34746013
Commit
34746013
authored
Aug 13, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CSS rules for legacy dash deprecation warnings
parent
e3179c37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
lms/static/sass/course/instructor/_instructor.scss
+5
-0
lms/templates/courseware/legacy_instructor_dashboard.html
+7
-3
No files found.
lms/static/sass/course/instructor/_instructor.scss
View file @
34746013
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
display
:
table
;
display
:
table
;
position
:
relative
;
position
:
relative
;
// deprecated content
.deprecated
{
font-style
:
italic
;
}
.beta-button-wrapper
{
.beta-button-wrapper
{
position
:
absolute
;
position
:
absolute
;
top
:
2em
;
top
:
2em
;
...
...
lms/templates/courseware/legacy_instructor_dashboard.html
View file @
34746013
...
@@ -201,13 +201,17 @@ function goto( mode)
...
@@ -201,13 +201,17 @@ function goto( mode)
</div>
</div>
% endif
% endif
<p>
<p
class=
"deprecated"
>
${_("To view the Gradebook (small courses only), please visit the 'Student Admin' section of the instructor dashboard.")}
${_("To view the Gradebook (small courses only), please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
</p>
<p>
<p>
<input
type=
"submit"
name=
"action"
value=
"Dump list of enrolled students"
class=
"${'is-disabled' if disable_buttons else ''}"
>
<input
type=
"submit"
name=
"action"
value=
"Dump list of enrolled students"
class=
"${'is-disabled' if disable_buttons else ''}"
>
</p>
</p>
<p
class=
"deprecated"
>
${_("To perform grade downloads, please visit the 'Data Download' section of the instructor dashboard.")}
</p>
<p
class=
"is-deprecated"
>
<p
class=
"is-deprecated"
>
${_("To download student grades, please visit the 'Data Download' section of the instructor dashboard.")}
${_("To download student grades, please visit the 'Data Download' section of the instructor dashboard.")}
</p>
</p>
...
@@ -263,13 +267,13 @@ function goto( mode)
...
@@ -263,13 +267,13 @@ function goto( mode)
%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
<H2>
${_("Course-specific grade adjustment")}
</h2>
<H2>
${_("Course-specific grade adjustment")}
</h2>
<p>
${_("To perform these actions, please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
<p
class=
"deprecated"
>
${_("To perform these actions, please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
%endif
%endif
<h2>
${_("Student-specific grade inspection and adjustment")}
</h2>
<h2>
${_("Student-specific grade inspection and adjustment")}
</h2>
<p>
${_("To perform these actions, please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
<p
class=
"deprecated"
>
${_("To perform these actions, please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
%endif
%endif
...
...
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