diff options
author | Christopher Trom <chtrom@gmail.com> | 2013-03-16 17:30:21 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-03-16 17:30:21 +0100 |
commit | 2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce (patch) | |
tree | 033133d0e50d74f7c0d8a8f5787d43a47535353a /template/en/default/account | |
parent | 9c1ee9e4c120ef412d7b7d97b5caba7ecf3ab4fd (diff) | |
download | bugzilla-2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce.tar.gz bugzilla-2d0ef8a4d91894a2208e4cfc09f3bf8e6d337cce.tar.xz |
Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels are wrongly right-aligned
r/a=LpSolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 3dbed12e0..ec21a0301 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -161,7 +161,7 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb [% num_columns = relationships.size %] -<table class="bz_emailprefs" border="1"> +<table class="bz_emailprefs" id="email_prefs" border="1"> <tr> <td colspan="[% num_columns FILTER html %]" align="center" width="50%"> <b>When my relationship to this [% terms.bug %] is:</b> @@ -173,7 +173,7 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb <tr> [% FOREACH relationship = relationships %] - <th align="center" width="9%"> + <th width="9%"> [% relationship.description FILTER html %] </th> [% END %] diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 11d7ef868..5f5f09e04 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -31,7 +31,7 @@ <p>Your saved searches are as follows:</p> <blockquote> - <table border="1" cellpadding="3"> + <table id="saved_search_prefs" border="1" cellpadding="3"> <tr> <th> Search @@ -146,7 +146,7 @@ [% IF user.queries_available.size %] <p>You may use these searches saved and shared by others:</p> - <table border="1" cellpadding="3"> + <table id="shared_search_prefs" border="1" cellpadding="3"> <tr> <th> Search |