## Only show this banner on the edx.org website (other sites may choose to show this if they wish)
...
...
@@ -201,21 +201,10 @@ function goto( mode)
</div>
% endif
<pclass="is-deprecated">
${_("To view the Gradebook (small courses only), please visit the 'Student Admin' section of the instructor dashboard.")}
</p>
<p>
<inputtype="submit"name="action"value="Dump list of enrolled students"class="${'is-disabled' if disable_buttons else ''}">
</p>
<pclass="deprecated">
${_("To perform grade downloads, please visit the 'Data Download' section of the instructor dashboard.")}
</p>
<pclass="is-deprecated">
${_("To download student grades, please visit the 'Data Download' section of the instructor dashboard.")}
</p>
<p>
<inputtype="submit"name="action"value="Dump all RAW grades for all students in this course"class="${'is-disabled' if disable_buttons else ''}">
<inputtype="submit"name="action"value="Download CSV of all RAW grades"class="${'is-disabled' if disable_buttons else ''}">
...
...
@@ -226,7 +215,10 @@ function goto( mode)
<inputtype="submit"name="action"value="Download CSV of answer distributions"class="${'is-disabled' if disable_buttons else ''}">
%endif
<pclass="is-deprecated">
${_("To view the graded assignments configuration, please visit the 'Data Download' section of the instructor dashboard.")}
${_("To download student grades and view the grading configuration for your course, visit the Data Download section of the Instructor Dashboard.")}
</p>
<pclass="is-deprecated">
${_("To view the Gradebook (only available for courses with a small number of enrolled students), visit the Student Admin section of the Instructor Dashboard.")}