<aclass="instructor-info-action beta-button"href="${ standard_dashboard_url }">${_("Back To Standard Dashboard")}</a>
<aclass="instructor-info-action beta-button"href="${ beta_dashboard_url }">${_("Try New Beta Dashboard")}</a>
%endif
</div>
</div>
<h1>${_("Instructor Dashboard")}</h1>
<h1>${_("Instructor Dashboard")}</h1>
...
@@ -142,7 +133,7 @@ function goto( mode)
...
@@ -142,7 +133,7 @@ function goto( mode)
<divclass="wrapper-msg urgency-low warning">
<divclass="wrapper-msg urgency-low warning">
<divclass="msg""
<divclass="msg""
<p>${_("You are using the legacy instructor dashboard, which will be going away in the near future. Please use the Standard Dashboard. If it is missing functionality, please let us know.")}
<p>${_("You are using the legacy instructor dashboard, which will be going away in the near future. Please use the Standard Dashboard. If it is missing functionality, please let us know.")}
<ahref="${ beta_dashboard_url }">${_("Return to the Standard Dashboard")} <iclass="icon-angle-right"></i></a></p>
<ahref="${ standard_dashboard_url }">${_("Return to the Standard Dashboard")} <iclass="icon-angle-right"></i></a></p>
</div>
</div>
</div>
</div>
...
@@ -204,11 +195,11 @@ function goto( mode)
...
@@ -204,11 +195,11 @@ function goto( mode)
% endif
% endif
<p>
<p>
<ahref="${reverse('gradebook', kwargs=dict(course_id=course.id))}"class="${'is-disabled' if disable_buttons else ''}">${_("Gradebook")}</a>
<ahref="${reverse('gradebook_legacy', kwargs=dict(course_id=course.id))}"class="${'is-disabled' if disable_buttons else ''}">${_("Gradebook")}</a>
</p>
</p>
<p>
<p>
<ahref="${reverse('grade_summary', kwargs=dict(course_id=course.id))}"class="${'is-disabled' if disable_buttons else ''}">${_("Grade summary")}</a>
<ahref="${reverse('grade_summary_legacy', kwargs=dict(course_id=course.id))}"class="${'is-disabled' if disable_buttons else ''}">${_("Grade summary")}</a>