]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 547311: Remove the "align" attribute from <th>
authorChristopher Trom <chtrom@gmail.com>
Sun, 2 Dec 2012 18:56:17 +0000 (19:56 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 2 Dec 2012 18:56:17 +0000 (19:56 +0100)
r/a=LpSolit

29 files changed:
skins/standard/global.css
template/en/default/account/auth/login.html.tmpl
template/en/default/account/email/confirm-new.html.tmpl
template/en/default/account/email/confirm.html.tmpl
template/en/default/account/password/set-forgotten-password.html.tmpl
template/en/default/account/prefs/account.html.tmpl
template/en/default/admin/classifications/edit-common.html.tmpl
template/en/default/admin/classifications/edit.html.tmpl
template/en/default/admin/classifications/reclassify.html.tmpl
template/en/default/admin/classifications/select.html.tmpl
template/en/default/admin/custom_fields/edit-common.html.tmpl
template/en/default/admin/fieldvalues/create.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl
template/en/default/admin/keywords/create.html.tmpl
template/en/default/admin/keywords/edit.html.tmpl
template/en/default/admin/milestones/create.html.tmpl
template/en/default/admin/products/confirm-delete.html.tmpl
template/en/default/admin/products/create.html.tmpl
template/en/default/admin/products/edit-common.html.tmpl
template/en/default/admin/products/edit.html.tmpl
template/en/default/admin/versions/create.html.tmpl
template/en/default/admin/workflow/comment.html.tmpl
template/en/default/admin/workflow/edit.html.tmpl
template/en/default/bug/dependency-graph.html.tmpl
template/en/default/global/choose-classification.html.tmpl
template/en/default/global/choose-product.html.tmpl
template/en/default/reports/keywords.html.tmpl
template/en/default/whine/mail.html.tmpl
template/en/default/whine/schedule.html.tmpl

index e829a7f52d6c5afd2ad75c9e86a43921d0677684..17b7b7c908dc6e20a68feabfa9e5d844dc1935c3 100644 (file)
@@ -549,3 +549,7 @@ input.required, select.required, span.required_explanation {
     border: 2px solid #B70000;
     background-color: #FFEBEB;
 }
+
+form th {
+    text-align: right;
+}
index 0a8a3d3b8fcb1f6825aec6c347a595454f12ca68..33440b82f61f601e608e83bfd88f2d5d8de38125 100644 (file)
 [%- 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>
index 0fb9b7e7d68e32a7bcdae7cf189f7b0409133f8b..8b12b79f1fffe59f43bb0a50c6c50a8eb17eccd2 100644 (file)
   <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>
index 5b547782d15653c1a58b621ce2bf7cf761dfeb36..6fc17187839154ac86c4baadf3845639e774dce6 100644 (file)
   <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>
index ff5114a25c2fb4fbce6589574136a89a5bd58dff..76c4b3f5330d59c117fb49bdf948493c0e6c7caf 100644 (file)
@@ -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)
     </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>
index f1641666fad170013b08ad5f732e9adfd4b22221..a00b5df97c8e24ab2f989d461ec86873c8b7585f 100644 (file)
@@ -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">
   </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>
     [% 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>
index 6f038fceb0d20cac46892a92c3656cde74775f4d..9dd6c1676b1fe816df654a18c442b9659125b7c6 100644 (file)
   #%]
 
 <tr>
-  <th align="right">Classification:</th>
+  <th>Classification:</th>
   <td><input size=64 maxlength=64 name="classification" 
              value="[% classification.name FILTER html %]"></td>
 </tr>
 <tr>
-  <th align="right">Description:</th>
+  <th>Description:</th>
   <td>
     [% INCLUDE global/textarea.html.tmpl
       name           = 'description'
@@ -27,7 +27,7 @@
   </td>
 </tr>
 <tr>
-  <th align="right"><label for="sortkey">Sortkey:</label></th>
+  <th><label for="sortkey">Sortkey:</label></th>
   <td><input id="sortkey" size="20" maxlength="20" name="sortkey"
              value="[%- classification.sortkey FILTER html %]"></td>
 </tr>
index 429eefc697386b17174046503d54d6eb1dc02edd..fddcb3f96cebccb8892929dfe5dd442fcbb0845b 100644 (file)
@@ -16,7 +16,7 @@
     [% PROCESS "admin/classifications/edit-common.html.tmpl" %]
 
     <tr valign=top>
-      <th align="right">
+      <th>
         <a href="editproducts.cgi?classification=[% classification.name FILTER uri %]">
         Edit Products</a>:
       </th>
@@ -25,7 +25,7 @@
           <table>
             [% FOREACH product = classification.products %]
               <tr>
-                <th align=right valign=top>[% product.name FILTER html %]</th>
+                <th valign=top>[% product.name FILTER html %]</th>
                 <td valign=top>
                   [% IF product.description %]
                     [% product.description FILTER html_light %]
index 13fb3a3bfe2514cb71a7062b86be4be600fe4105..3e12d3e42ee0541876b187420c75579c0f2d1015 100644 (file)
 <form method=post action="editclassifications.cgi">
   <table border=0 cellpadding=4 cellspacing=0>
     <tr>
-      <th align="right">Classification:</th>
+      <th>Classification:</th>
       <td valign="top" colspan=3>[% classification.name FILTER html %]</td>
 
     </tr><tr>
-      <th align="right">Description:</th>
+      <th>Description:</th>
       <td valign="top" colspan=3>
         [% IF classification.description %]
           [% classification.description FILTER html_light %]
       </td>
 
     </tr><tr>
-      <th align="right">Sortkey:</th>
+      <th>Sortkey:</th>
       <td valign="top" colspan=3>[% classification.sortkey FILTER html %]</td>
 
     </tr><tr>
-      <th align="right">Products:</th>
+      <th>Products:</th>
       <td valign="top">Other Classifications</td>
       <td></td>
       <td valign="top">This Classification</td>
index 53f94cade2add23147380580c6c118ccb89c071a..e5139195a267ac68734b08533fd3d540268a41a4 100644 (file)
 
 <table border=1 cellpadding=4 cellspacing=0>
   <tr bgcolor="#6666ff">
-    <th align="left">Edit Classification ...</th>
-    <th align="left">Description</th>
-    <th align="left">Sortkey</th>
-    <th align="left">Products</th>
-    <th align="left">Action</th>
+    <th>Edit Classification ...</th>
+    <th>Description</th>
+    <th>Sortkey</th>
+    <th>Products</th>
+    <th>Action</th>
   </tr>
 
   [% FOREACH cl = classifications %]
index adf8d3ec4e6c9737b804adcab4c9abc8c4967d6b..b08b7f23d78c9bf8ef11214aa60bf4f2011e6b38 100644 (file)
@@ -78,7 +78,7 @@
              value="[% field.sortkey FILTER html %]">
     </td>
 
-    <th align="right"><label for="is_mandatory">Is mandatory:</label></th>
+    <th><label for="is_mandatory">Is mandatory:</label></th>
     <td>
       <input type="checkbox" id="is_mandatory" name="is_mandatory" value="1"
              [%- ' checked="checked"' IF field.is_mandatory %]>
index f9f0f7e549664597ebac76f6440b289307c7fe19..900f4d901009f58af51d2fc3d9caa76440ab00ad 100644 (file)
 <form method="post" action="editvalues.cgi">
   <table border="0" cellpadding="4" cellspacing="0">
     <tr>
-      <th align="right"><label for="value">Value:</label></th>
+      <th><label for="value">Value:</label></th>
       <td>
         <input id="value" name="value" size="30"
                maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]">
       </td>
     </tr>
     <tr>
-      <th align="right"><label for="sortkey">Sortkey:</label></th>
+      <th><label for="sortkey">Sortkey:</label></th>
       <td><input id="sortkey" name="sortkey" size="6" maxlength="6"></td>
     </tr>
     [% IF field.name == "bug_status" %]
       <tr>
-        <th align="right"><label for="is_open">Status Type:</label></th>
+        <th><label for="is_open">Status Type:</label></th>
         <td>
           <input type="radio" id="open_status" name="is_open" value="1" 
                  checked="checked">
@@ -56,7 +56,7 @@
     [% END %]
     [% IF field.value_field %]
       <tr>
-        <th align="right">
+        <th>
           <label for="visibility_value_id">Only appears when 
            [%+ field.value_field.description FILTER html %] is set to:
           </label>
index ab6418552a34ea3b4f60982671b22667d08296b7..90ac419c6d731926a5b138df8eebbe9be5965936 100644 (file)
       </td>
     </tr>
     <tr>
-      <th align="right"><label for="sortkey">Sortkey:</label></th>
+      <th><label for="sortkey">Sortkey:</label></th>
       <td><input id="sortkey" size="6" maxlength="6" name="sortkey" 
                  value="[%- value.sortkey FILTER html %]"></td>
     </tr>
     [% IF field.name == "bug_status" %]
       <tr>
-        <th align="right"><label for="is_open">Status Type:</label></th>
+        <th><label for="is_open">Status Type:</label></th>
         <td>[% IF value.is_open %]Open[% ELSE %]Closed[% END %]</td>
       </tr>
     [% END %]
     [% IF field.value_field %]
       <tr>
-        <th align="right">
+        <th>
           <label for="visibility_value_id">Only appears when
            [%+ field.value_field.description FILTER html %] is set to:
           </label>
@@ -76,7 +76,7 @@
       </tr>
     [% END %]
     <tr>
-      <th align="right"><label for="is_active">Enabled for [% terms.bugs %]:</label></th>
+      <th><label for="is_active">Enabled for [% terms.bugs %]:</label></th>
       <td><input id="is_active" name="is_active" type="checkbox" value="1" 
            [%+ 'checked="checked"' IF value.is_active %]
            [%+ 'disabled="disabled"' IF value.is_default OR value.is_static %]>
index e29db400c3906961eca63f7efbe3fcb64a271c6f..10de960cbc2adf6cabb0fbacc8615ee9e2e7ceaf 100644 (file)
 <form method="post" action="editkeywords.cgi">
   <table border="0" cellpadding="4" cellspacing="0">
     <tr>
-      <th align="right">Name:</th>
+      <th>Name:</th>
       <td><input size="64" maxlength="64" name="name" value=""></td>
     </tr>
     <tr>
-      <th align="right">Description:</th>
+      <th>Description:</th>
       <td>
         [% INCLUDE global/textarea.html.tmpl
           name    = 'description'
index 07603e1debfe8409e11e48059234bfc563468fe2..f8b74ab21b793587f41df933b8bac9a5c5285b46 100644 (file)
 <form method="post" action="editkeywords.cgi">
   <table border="0" cellpadding="4" cellspacing="0">
     <tr>
-      <th align="right">Name:</th>
+      <th>Name:</th>
       <td><input size="64" maxlength="64" name="name" 
                  value="[% keyword.name FILTER html %]"></td>
     </tr>
     <tr>
-      <th align="right">Description:</th>
+      <th>Description:</th>
       <td>
         [% INCLUDE global/textarea.html.tmpl
           name           = 'description'
@@ -34,7 +34,7 @@
       </td>
     </tr>
     <tr>
-      <th align="right">[% terms.Bugs %]:</th>
+      <th>[% terms.Bugs %]:</th>
       <td>
         [% IF keyword.bug_count > 0 %]
           <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]">
index 8006c0cd013156fc86ee96b68aea106672790069..31352a96359e4e5b84817e055ab7846a442cc4f8 100644 (file)
 <form name="f" method="post" action="editmilestones.cgi">
   <table border="0" cellpadding="4" cellspacing="0">
     <tr>
-      <th align="right"><label for="milestone">Milestone:</label></th>
+      <th><label for="milestone">Milestone:</label></th>
       <td><input id="milestone" size="64" maxlength="64" name="milestone"
                  value=""></td>
     </tr>
     <tr>
-      <th align="right"><label for="sortkey">Sortkey:</label></th>
+      <th><label for="sortkey">Sortkey:</label></th>
       <td><input id="sortkey" size="20" maxlength="20" name="sortkey"
                  value=""></td>
     </tr>
index 3b1c05fe2aebecbc86657672c41a7c2752e440e0..324d21308df5f4fe39856baa3c93da63bec2d90b 100644 (file)
         <table>
           [% FOREACH c = product.components %]
             <tr>
-              <th align="right">[% c.name FILTER html %]:</th>
+              <th>[% c.name FILTER html %]:</th>
               [%# descriptions are intentionally not filtered to allow html content %]
               <td>
                 [% IF c.description %]
index 6d400958664b88ff14bc3476c108c104d5f9cd89..576e216d60afe584726a025b18af97f6518ca74f 100644 (file)
     [% PROCESS "admin/products/edit-common.html.tmpl" %]
 
     <tr>
-      <th align="right">Version:</th>
+      <th>Version:</th>
       <td><input size="20" maxlength="64" name="version" 
                 value="[% version FILTER html %]">
       </td>
     </tr>
     <tr>
-      <th align="right">Create chart datasets for this product:</th>
+      <th>Create chart datasets for this product:</th>
       <td>
         <input type="checkbox" name="createseries" value="1" checked="checked">
       </td>
index 2b76c44ac9cbc558868372f59fd2f157388f21b2..6faa0746919262f4b425ee9bd43614b9604c8ad7 100644 (file)
 
 [% IF Param('useclassification') %]
   <tr>
-    <th align="right">Classification:</th>
+    <th>Classification:</th>
     <td><b>[% classification.name FILTER html %]</b></td>
   </tr>
 [% END %]
     
 <tr>
-  <th align="right">Product:</th>
+  <th>Product:</th>
   <td><input size="64" maxlength="64" name="product" 
              value="[% product.name FILTER html %]">
   </td>
 </tr>
 <tr>
-  <th align="right">Description:</th>
+  <th>Description:</th>
   <td><textarea rows="4" cols="64" wrap="virtual" name="description">
         [% product.description FILTER html %]</textarea>
   </td>
 </tr>
 
 <tr>
-  <th align="right">Open for [% terms.bug %] entry:</th>
+  <th>Open for [% terms.bug %] entry:</th>
   <td><input type="checkbox" name="is_active" value="1"
        [% ' checked="checked"' IF product.is_active %]>
   </td>
 </tr>
 <tr>
-  <th align="right">
+  <th>
     <label for="allows_unconfirmed">Enable the
       [%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status
       in this product:</label>
@@ -51,7 +51,7 @@
 
 [% IF Param('usetargetmilestone') -%]
   <tr>
-    <th align="right">Default milestone:</th>
+    <th>Default milestone:</th>
     <td>
       [% IF product.milestones.size %]
         <select name="defaultmilestone">
index c3853012533ff3e4cf12386a52b59c4bd6a60c5a..713f30aeba15599111b77ef133e1a94b86727dec 100644 (file)
@@ -35,7 +35,7 @@
     [% PROCESS "admin/products/edit-common.html.tmpl" %]
 
     <tr>
-      <th align="right" valign="top">
+      <th valign="top">
         <a href="editcomponents.cgi?product=[% product.name FILTER uri %]">
         Edit components:
         </a>
@@ -59,7 +59,7 @@
       </td>
     </tr>
     <tr>
-      <th align="right" valign="top">
+      <th valign="top">
         <a href="editversions.cgi?product=[% product.name FILTER uri %]">Edit
 versions:</a>
       </th>
@@ -76,7 +76,7 @@ versions:</a>
     </tr>
     [% IF Param('usetargetmilestone') %]
       <tr>
-        <th align="right" valign="top">
+        <th valign="top">
           <a href="editmilestones.cgi?product=[% product.name FILTER uri %]">
           Edit milestones:</a>
         </th>
@@ -93,7 +93,7 @@ versions:</a>
       </tr>
     [% END %]
     <tr>
-      <th align="right" valign="top">
+      <th valign="top">
         <a href="editproducts.cgi?action=editgroupcontrols&product=
           [%- product.name FILTER uri %]">
           Edit Group Access Controls:
@@ -122,7 +122,7 @@ versions:</a>
       </td>
     </tr>
     <tr>
-      <th align="right">[% terms.Bugs %]:</th>
+      <th>[% terms.Bugs %]:</th>
       <td><a href="buglist.cgi?product=[% product.name FILTER uri %]">
             [% product.bug_count FILTER html %]</a></td>
     </tr>
index af72582383ce715be9789ac00f6598b826a1b464..3544a697b24b796f9ea83d4f3aaf9e1ecaa0835b 100644 (file)
@@ -22,7 +22,7 @@
 <form method="post" action="editversions.cgi">
   <table border="0" cellpadding="4" cellspacing="0">
     <tr>
-      <th align="right"><label for="version">Version:</label></th>
+      <th><label for="version">Version:</label></th>
       <td><input id="version" size="64" maxlength="64" name="version"
                  value=""></td>
     </tr>
index b5907d1d0b92af495a401cbfe309eaf90e2bdcb0..94218c8fac32709d0e00cef02ad77b270fb53856 100644 (file)
@@ -48,7 +48,7 @@
   [% p = [{id => 0, name => "{Start}", is_open => 1}] %]
   [% FOREACH status = p.merge(statuses) %]
     <tr class="highlight">
-      <th align="right" class="[% status.is_open ? "open-status" : "closed-status" %]">
+      <th class="[% status.is_open ? "open-status" : "closed-status" %]">
         [% display_value("bug_status", status.name) FILTER html %]
       </th>
 
index 403405b16440bbf1469e08a0a2f55ed6494f0b32..4ae613ef5a449c2358fc83634ec3fabc345fc440 100644 (file)
@@ -53,7 +53,7 @@
   [% p = [{id => 0, name => "{Start}", is_open => 1}] %]
   [% FOREACH status = p.merge(statuses) %]
     <tr class="highlight">
-      <th align="right" class="[% status.is_open ? "open-status" : "closed-status" %]">
+      <th class="[% status.is_open ? "open-status" : "closed-status" %]">
         [% display_value("bug_status", status.name) FILTER html %]
       </th>
 
index 153cebdfa2b139b857fc42b32910a6a4834e4370..69afa2ddf7e6fa1b7e526484c8150cb46c6b0a51 100644 (file)
@@ -51,7 +51,7 @@
 <form action="showdependencygraph.cgi" method="GET">
   <table>
     <tr>
-      <th align="left"><label for="id">[% terms.Bug %] numbers</label>:</th>
+      <th><label for="id">[% terms.Bug %] numbers</label>:</th>
       <td><input id="id" name="id" value="[% bug_id %]"></td>
       <td>
         <input type="checkbox" id="showsummary" name="showsummary" [% " checked" IF showsummary %]>
@@ -60,7 +60,7 @@
     </tr>
 
     <tr>
-      <th align="left"><label for="display">Display:</label></th>
+      <th><label for="display">Display:</label></th>
       <td colspan="2">
         <select id="display" name="display">
           <option value="tree"[% 'selected="selected"' IF (!display || display == "tree") %]>
@@ -72,7 +72,7 @@
     </tr>
 
     <tr>
-      <th align="left"><label for="rankdir">Orientation:</label></th>
+      <th><label for="rankdir">Orientation:</label></th>
       <td colspan="2">
         <select id="rankdir" name="rankdir">
           <option value="TB"[% " selected" IF rankdir == "TB" %]>Top to bottom</option>
index 76789a2fc4786a2a730d9b9d6de96644745d1217..a3aab9c29b940f8ff834bfa4a43f3016aa46c60a 100644 (file)
@@ -21,7 +21,7 @@
 
 <table>
   <tr>
-    <th align="right">
+    <th>
       <a href="[% target FILTER uri %]?classification=__all
             [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] 
             [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
@@ -36,7 +36,7 @@
 
 [% FOREACH class = classifications %]
   <tr>
-    <th align="right">
+    <th>
       <a href="[% target FILTER uri %]?classification=[% class.name FILTER uri -%]
             [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] 
             [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
index dfa0b002af060f72b34d60b9f59e722823ca600a..35a1f94a401786ad5cf01453bac41811a61d236e 100644 (file)
@@ -40,7 +40,7 @@
 
   [% FOREACH p = c.products %]
     <tr>
-      <th align="right" valign="top">
+      <th valign="top">
         <a href="[% target %]?product=[% p.name FILTER uri -%]
               [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER uri %][% END -%] 
               [%- IF format %]&amp;format=[% format FILTER uri %][% END %]">
index 0624041bd6e13f9667a2fe87b544239c1e53c4c0..54f31ecdf7e38e4d8145e9cf395723bf82a395d6 100644 (file)
 
     <table border="1" cellpadding="4" cellspacing="0">
       <tr bgcolor="#6666FF">
-        <th align="left">Name</th>
-        <th align="left">Description</th>
-        <th align="left">Open [% terms.Bugs %]</th>
-        <th align="left">Total [% terms.Bugs %]</th>
+        <th>Name</th>
+        <th>Description</th>
+        <th>Open [% terms.Bugs %]</th>
+        <th>Total [% terms.Bugs %]</th>
       </tr>
   [% END %]
 
index cfc3279c3292c28b250087547ff9f262625a6604..72e7d8004638054d772096cd47f168bb71ff2f40 100644 (file)
 
     <table width="100%">
       <tr>
-        <th align="left">ID</th>
+        <th>ID</th>
         [% FOREACH col = query.columnlist %]
           [% NEXT IF col == 'bug_id' %]
-          <th align="left">[% field_descs.$col FILTER html %]</th>
+          <th>[% field_descs.$col FILTER html %]</th>
         [% END %]
       </tr>
 
index a8dccdc3f3f385c2c56186630d00fe2b1b93778d..a29d358d3830a10eb47e3cae47182511d93ffaca 100644 (file)
@@ -72,7 +72,7 @@
 
 <table cellspacing="2" cellpadding="2" style="border: 1px solid;">
   <tr>
-    <th align="left">
+    <th>
       Event:
     </th>
     <td align="right" colspan="2">