diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-10-20 10:50:48 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-10-20 10:50:48 +0000 |
commit | 6e1216e0f4a1728e53a50cdeb0085ba8552a4d50 (patch) | |
tree | c52587a348c8dd351eff3658cc5210e9a0465027 /root/html | |
parent | 5972196ee5ac7deb2291814bd1c278ce69e4b32a (diff) | |
download | mgamirrors-6e1216e0f4a1728e53a50cdeb0085ba8552a4d50.tar mgamirrors-6e1216e0f4a1728e53a50cdeb0085ba8552a4d50.tar.gz mgamirrors-6e1216e0f4a1728e53a50cdeb0085ba8552a4d50.tar.bz2 mgamirrors-6e1216e0f4a1728e53a50cdeb0085ba8552a4d50.tar.xz mgamirrors-6e1216e0f4a1728e53a50cdeb0085ba8552a4d50.zip |
- improve forms
Diffstat (limited to 'root/html')
-rw-r--r-- | root/html/includes/host_information.tt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/root/html/includes/host_information.tt b/root/html/includes/host_information.tt index b7b02f3..fd6123c 100644 --- a/root/html/includes/host_information.tt +++ b/root/html/includes/host_information.tt @@ -93,12 +93,14 @@ [% IF edit AND needmail %] <tr> <td colspan=2> -Please enter your e-mail address:<br> -<input type="text" name="mail"><br> -a mail will be be sent with the link to confirm<br> +A mail will be be sent with the link to confirm<br> your update request.<br> </td> </tr> +<tr> +<th>Your e-mail</th> +<td><input type="text" name="mail"></td> +</tr> [% END %] </table> [% IF edit %] |