summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2012-12-02 19:56:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-02 19:56:17 +0100
commitd8835285194163b3f2c99997668705daa40d2dd4 (patch)
tree059c1e4037c9b16e0337edb5323311295a3043ad /template/en/default/account
parentb3821a27575b9df948e7387b9499a020e4a2dd34 (diff)
downloadbugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz
bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/auth/login.html.tmpl4
-rw-r--r--template/en/default/account/email/confirm-new.html.tmpl10
-rw-r--r--template/en/default/account/email/confirm.html.tmpl4
-rw-r--r--template/en/default/account/password/set-forgotten-password.html.tmpl6
-rw-r--r--template/en/default/account/prefs/account.html.tmpl18
5 files changed, 21 insertions, 21 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 0a8a3d3b8..33440b82f 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -29,14 +29,14 @@
[%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
<table>
<tr>
- <th align="right"><label for="Bugzilla_login">Login:</label></th>
+ <th><label for="Bugzilla_login">Login:</label></th>
<td>
<input size="35" id="Bugzilla_login" name="Bugzilla_login">
[% Param('emailsuffix') FILTER html %]
</td>
</tr>
<tr>
- <th align="right"><label for="Bugzilla_password">Password:</label></th>
+ <th><label for="Bugzilla_password">Password:</label></th>
<td>
<input type="password" size="35" id="Bugzilla_password" name="Bugzilla_password">
</td>
diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl
index 0fb9b7e7d..8b12b79f1 100644
--- a/template/en/default/account/email/confirm-new.html.tmpl
+++ b/template/en/default/account/email/confirm-new.html.tmpl
@@ -28,26 +28,26 @@
<input type="hidden" name="a" value="confirm_new_account">
<table>
<tr>
- <th align="right">Email Address:</th>
+ <th>Email Address:</th>
<td>[% email FILTER html %]</td>
</tr>
<tr>
- <th align="right"><small><i>(OPTIONAL)</i></small> <label for="realname">Real Name</label>:</th>
+ <th><small><i>(OPTIONAL)</i></small> <label for="realname">Real Name</label>:</th>
<td><input type="text" id="realname" name="realname" value=""></td>
</tr>
<tr>
- <th align="right"><label for="passwd1">Type your password</label>:</th>
+ <th><label for="passwd1">Type your password</label>:</th>
<td>
<input type="password" id="passwd1" name="passwd1" value="">
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
</td>
</tr>
<tr>
- <th align="right"><label for="passwd2">Confirm your password</label>:</th>
+ <th><label for="passwd2">Confirm your password</label>:</th>
<td><input type="password" id="passwd2" name="passwd2" value=""></td>
</tr>
<tr>
- <th align="right">&nbsp;</th>
+ <th>&nbsp;</th>
<td><input type="submit" id="confirm" value="Create"></td>
</tr>
</table>
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl
index 5b547782d..6fc171878 100644
--- a/template/en/default/account/email/confirm.html.tmpl
+++ b/template/en/default/account/email/confirm.html.tmpl
@@ -22,11 +22,11 @@
<input type="hidden" name="a" value="chgem">
<table>
<tr>
- <th align="right">Password:</th>
+ <th>Password:</th>
<td><input type="password" name="password" size="36"></td>
</tr>
<tr>
- <th align="right">&nbsp;</th>
+ <th>&nbsp;</th>
<td><input type="submit" id="confirm" value="Submit"></td>
</tr>
</table>
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl
index ff5114a25..76c4b3f53 100644
--- a/template/en/default/account/password/set-forgotten-password.html.tmpl
+++ b/template/en/default/account/password/set-forgotten-password.html.tmpl
@@ -18,7 +18,7 @@
<input type="hidden" name="a" value="chgpw">
<table>
<tr>
- <th align="right">New Password:</th>
+ <th>New Password:</th>
<td>
<input type="password" name="password">
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
@@ -26,14 +26,14 @@
</tr>
<tr>
- <th align="right">New Password Again:</th>
+ <th>New Password Again:</th>
<td>
<input type="password" name="matchpassword">
</td>
</tr>
<tr>
- <th align="right">&nbsp;</th>
+ <th>&nbsp;</th>
<td>
<input type="submit" id="update" value="Submit">
</td>
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl
index f1641666f..a00b5df97 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -19,7 +19,7 @@
</td>
</tr>
<tr>
- <th align="right">Password:</th>
+ <th>Password:</th>
<td>
<input type="hidden" name="old_login" value="[% user.login FILTER html %]">
<input type="password" name="old_password">
@@ -30,14 +30,14 @@
</tr>
[% IF user.authorizer.can_change_password %]
<tr>
- <th align="right">New password:</th>
+ <th>New password:</th>
<td>
<input type="password" name="new_password1">
</td>
</tr>
<tr>
- <th align="right">Confirm new password:</th>
+ <th>Confirm new password:</th>
<td>
<input type="password" name="new_password2">
</td>
@@ -45,7 +45,7 @@
[% END %]
<tr>
- <th align="right">Your real name (optional, but encouraged):</th>
+ <th>Your real name (optional, but encouraged):</th>
<td>
<input size="35" name="realname" value="[% realname FILTER html %]">
</td>
@@ -55,26 +55,26 @@
[% IF login_change_date %]
[% IF new_login_name %]
<tr>
- <th align="right">Pending email address:</th>
+ <th>Pending email address:</th>
<td>[% new_login_name FILTER html %]</td>
</tr>
<tr>
- <th align="right">Change request expires:</th>
+ <th>Change request expires:</th>
<td>[% login_change_date FILTER time %]</td>
</tr>
[% ELSE %]
<tr>
- <th align="right">Confirmed email address:</th>
+ <th>Confirmed email address:</th>
<td>[% user.login FILTER html %]</td>
</tr>
<tr>
- <th align="right">Completion date:</th>
+ <th>Completion date:</th>
<td>[% login_change_date FILTER time %]</td>
</tr>
[% END %]
[% ELSE %]
<tr>
- <th align="right">New email address:</th>
+ <th>New email address:</th>
<td>
<input size="35" name="new_login_name">
</td>