moodle/mod/data/preset/imagegallery/addtemplate.html
skodak e357c206db 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
2006-12-12 23:34:55 +00:00

7 lines
275 B
HTML

<div align="center">
<table cellpadding="5">
<tr><td><label for="[[title#id]]">Title</label></td><td>[[title]]</td></tr>
<tr><td><label for="[[caption#id]]">Caption</label></td><td>[[caption]]</td></tr>
<tr><td><label>Image</label></td><td>[[image]]</td></tr>
</table>
</div>