]> git.mjollnir.org Git - moodle.git/commit
xhtml and accessibility cleanup in data mod MDL-7813
authorskodak <skodak>
Tue, 12 Dec 2006 23:34:55 +0000 (23:34 +0000)
committerskodak <skodak>
Tue, 12 Dec 2006 23:34:55 +0000 (23:34 +0000)
commite357c206dbe792f805ece901d0aadf8264f5687f
treee758d34cf0bb2ac1be6ddf331f5d513b0effc5ec
parent1a57f3aa8dc4aa61a1280edfc68ed38265bdd709
 xhtml and accessibility cleanup in data mod MDL-7813
* image galery preset accessiblity fixes MDL-7822
* xhtml fixes
* fields now use s() and p() where needed
* added labels to all fields - imporved accessiblity for adding of new entries
* some other general bugfixing and cleanup

it is still not finished though, expect some more commits tomorrow
29 files changed:
mod/data/edit.php
mod/data/field.php
mod/data/field/checkbox/field.class.php
mod/data/field/checkbox/mod.html
mod/data/field/date/field.class.php
mod/data/field/date/mod.html
mod/data/field/file/field.class.php
mod/data/field/file/mod.html
mod/data/field/latlong/field.class.php
mod/data/field/latlong/mod.html
mod/data/field/menu/field.class.php
mod/data/field/menu/mod.html
mod/data/field/multimenu/field.class.php
mod/data/field/multimenu/mod.html
mod/data/field/number/mod.html
mod/data/field/picture/field.class.php
mod/data/field/picture/mod.html
mod/data/field/radiobutton/field.class.php
mod/data/field/radiobutton/mod.html
mod/data/field/text/mod.html
mod/data/field/textarea/field.class.php
mod/data/field/textarea/mod.html
mod/data/field/url/field.class.php
mod/data/field/url/mod.html
mod/data/lib.php
mod/data/preset.php
mod/data/preset/imagegallery/addtemplate.html
mod/data/preset/imagegallery/listtemplate.html
mod/data/templates.php