Issue Details (XML | Word | Printable)

Key: MDL-7438
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7396

Ensure all table headers are marked up with 'th'

Created: 10/Nov/06 02:58 PM   Updated: 30/Nov/06 06:34 AM
Return to search
Component/s: Accessibility
Affects Version/s: 1.7
Fix Version/s: 1.8

File Attachments: 1. File patch-MDL-7438-admin_langimport.php.diff (4 kB)


Participants: Martin Dougiamas, Nick Freear and Petr Skoda
Security Level: None
Resolved date: 30/Nov/06
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
Ensure ALL table headers are marked up with 'th'.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 4 files to 'Moodle CVS' - 23/Nov/06 06:41 AM
Ensure all table headers are marked up with 'th' MDL-7438
MODIFY admin/roles/Attic/assign.html   Rev. 1.14    (+5 -5 lines)
MODIFY admin/langimport.php   Rev. 1.23    (+4 -4 lines)
MODIFY course/importstudents.html   Rev. 1.7    (+5 -5 lines)
MODIFY blog/Attic/tags.html   Rev. 1.11    (+2 -2 lines)
Petr Skoda committed 4 files to 'Moodle CVS' - 29/Nov/06 03:25 AM
ensure that layout table headers are not marked as th, but by label instead MDL-7438
th should be used only for data tables
MODIFY course/importstudents.html   Rev. 1.8    (+7 -7 lines)
MODIFY course/Attic/groups-edit.html   Rev. 1.14    (+6 -6 lines)
MODIFY admin/langimport.php   Rev. 1.24    (+8 -8 lines)
MODIFY blog/Attic/tags.html   Rev. 1.12    (+4 -4 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 29/Nov/06 05:55 AM
added label to group form MDL-7438
MODIFY course/Attic/groups-edit.html   Rev. 1.15    (+2 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 30/Nov/06 04:17 AM
accessibility cleanup in langimport.php - original patch by Nick Freear MDL-7438 + whitespace and old code cleanup
MODIFY admin/langimport.php   Rev. 1.25    (+27 -51 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 30/Nov/06 05:49 AM
minor blog tag edit page cleanup MDL-7438
MODIFY blog/Attic/tags.html   Rev. 1.13    (+5 -5 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 30/Nov/06 06:06 AM
MDL-7438 cleaned up metacourse children import page
MODIFY course/importstudents.html   Rev. 1.9    (+15 -18 lines)
MODIFY course/importstudents.php   Rev. 1.21    (+3 -2 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 30/Nov/06 06:32 AM
MDL-7438 cleaned up groups assign page
MODIFY course/Attic/groups-edit.html   Rev. 1.16    (+23 -35 lines)
MODIFY course/Attic/groups.php   Rev. 1.32    (+3 -1 lines)