]> git.mjollnir.org Git - moodle.git/commitdiff
added proper labels and minor xhtml fix 2
authorskodak <skodak>
Sat, 2 Dec 2006 09:33:08 +0000 (09:33 +0000)
committerskodak <skodak>
Sat, 2 Dec 2006 09:33:08 +0000 (09:33 +0000)
login/forgot_password.php

index c3348a52fb1b99603c7f1793f6ab901a296e1be0..8dc179bf6800da69348708d05d1325f04c32b993 100644 (file)
@@ -267,14 +267,14 @@ else {
 <form action="forgot_password.php" method="post">
     <input type="hidden" name="sesskey" value="<?php echo $sesskey; ?>" />
     <input type="hidden" name="action" value="find" />
-    <table id="forgottenpassword">
+    <table id="forgottenpassword" cellpadding="2">
         <tr>
-            <td><?php echo $txt->username; ?></td>
-            <td><input type="text" name="username" size="25" /></td>
+            <td><label for="username"><?php echo $txt->username; ?></label></td>
+            <td><input type="text" name="username" id="username" size="25" /></td>
         </tr>
         <tr>
-            <td><?php echo $txt->email; ?></td>
-            <td><input type="text" name="email" size="25" /></td>
+            <td><label for="email"><?php echo $txt->email; ?></label></td>
+            <td><input type="text" name="email" id="email" size="25" /></td>
         </tr>
         <tr>
              <td>&nbsp;</td>