Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9.0
-
Component/s: Accessibility, Gradebook Classic
-
Labels:
-
Environment:sakai/trunk on Oracle - Built: 10/23/12 12:00 - Sakai Revision: 115003 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu
-
10 status:Resolved
Description
The "All Grades" text and three button form controls are all part of the same heading level 2 on the All Grades page.
Recommended remediation:
The form controls should be removed from the heading and contained in their own element.
<h2>All Grades</h2>
<div style="float:right; margin-top: -40px;"><input id="gbForm:exportExcel" type="submit" style="margin-left: 15px;" onclick="" value="Export for Excel" name="gbForm:exportExcel"><input id="gbForm:exportCsv" type="submit" style="margin-left: 15px;" onclick="" value="Export as CSV" name="gbForm:exportCsv">
<input id="gbForm:exportPdf" type="submit" style="margin-left: 15px;" onclick="" value="Export as PDF" name="gbForm:exportPdf"></div>