summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
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/prefs
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/prefs')
-rw-r--r--template/en/default/account/prefs/account.html.tmpl18
1 files changed, 9 insertions, 9 deletions
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>