mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
e357c206db
* 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
7 lines
275 B
HTML
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> |