]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7822 Make imagegallery database template accessible
authorskodak <skodak>
Tue, 12 Dec 2006 20:09:23 +0000 (20:09 +0000)
committerskodak <skodak>
Tue, 12 Dec 2006 20:09:23 +0000 (20:09 +0000)
mod/data/preset/imagegallery/addtemplate.html

index 605ee0c9cd0e41f402bd53a12ea2fe6519105470..17088c9041f0a37ebe30d9144c0658316ec65542 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<table>
-<tr><td>Title: </td><td>[[title]]</td></tr>
-<tr><td>Caption: </td><td>[[caption]]</td></tr>
+<table cellpadding="2">
+<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>
 </table>
-<hr>
+<hr />
 [[image]]
 </div>
\ No newline at end of file