comparison themes/default/comment-form.inc @ 134:97fb2ef30e41

Use 'mail' not 'email' for the email address.
author Steve Kemp <steve@steve.org.uk>
date Mon, 24 Dec 2007 22:18:58 +0000
parents 46db55d5fa50
children 1ae476191bec
comparison
equal deleted inserted replaced
133:b5fc6377b32e 134:97fb2ef30e41
6 <input type="hidden" name="captcha" value=""> 6 <input type="hidden" name="captcha" value="">
7 <table> 7 <table>
8 <tr><td>Your Name</td> 8 <tr><td>Your Name</td>
9 <td><input type="text" size="55" name="name"></td></tr> 9 <td><input type="text" size="55" name="name"></td></tr>
10 <tr><td>Your EMail</td> 10 <tr><td>Your EMail</td>
11 <td><input type="text" size="55" name="email"></td></tr> 11 <td><input type="text" size="55" name="mail"></td></tr>
12 <tr><td colspan="2">Your Comment<br /> 12 <tr><td colspan="2">Your Comment<br />
13 <textarea name="body" rows="10" cols="60"> 13 <textarea name="body" rows="10" cols="60">
14 </textarea> 14 </textarea>
15 <tr><td></td><td><input type="submit"></td></tr> 15 <tr><td></td><td><input type="submit"></td></tr>
16 </table> 16 </table>