diff options
Diffstat (limited to 'template/en')
-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 |