summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r--template/en/default/account/create.html.tmpl26
1 files changed, 8 insertions, 18 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 2fbf845d5..21b19b0ee 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -68,24 +68,14 @@
[% END %]
<form id="account_creation_form" method="get" action="createaccount.cgi">
- <table>
- <tr>
- <td align="right">
- <b>
- [% IF Param('emailsuffix') %]
- Login:
- [% ELSE %]
- Email address:
- [% END %]
- </b>
- </td>
- <td>
- <input size="35" id="login" name="login">
- [% Param('emailsuffix') FILTER html %]
- </td>
- </tr>
- </table>
- <br>
+ <span class="label">
+ [% IF Param('emailsuffix') %]
+ Login:
+ [% ELSE %]
+ Email address:
+ [% END %]
+ </span>
+ <input size="35" id="login" name="login"> [% Param('emailsuffix') FILTER html %]
<input type="hidden" id="token" name="token" value="[% issue_hash_token(['create_account']) FILTER html %]">
<input type="submit" id="send" value="Send">
</form>