]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels are wrongl...
authorChristopher Trom <chtrom@gmail.com>
Sat, 16 Mar 2013 16:30:21 +0000 (17:30 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 16 Mar 2013 16:30:21 +0000 (17:30 +0100)
r/a=LpSolit

skins/standard/global.css
template/en/default/account/prefs/email.html.tmpl
template/en/default/account/prefs/saved-searches.html.tmpl

index 17b7b7c908dc6e20a68feabfa9e5d844dc1935c3..3ca350dba7058212c78b9467ae0a263b2d91f632 100644 (file)
@@ -354,6 +354,11 @@ table#flags td {
     text-align: left;
 }
 
+table#email_prefs th,
+table#shared_search_prefs th,
+table#saved_search_prefs th {
+    text-align: center;
+}
 .flag_select {
     min-width: 3em;
 }
index 3dbed12e0adc939a3e34ff83179291ac8c00b1f3..ec21a0301685b4060fe7d1f4c9c8cea3294ac435 100644 (file)
@@ -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 %]
index 11d7ef8684233be73198bb1904789e62e4ddc31d..5f5f09e04b50eecf1deeea069727ec5c44491b6c 100644 (file)
@@ -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
 [% 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