]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3551 Fix issue on Chrome for the last tables
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 14:41:59 +0000 (16:41 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 14:43:07 +0000 (16:43 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb

index f9abb2886ec8ce6af8fbf31e1170134223c1e471..111a50eca076269c1472043b859e54e16577f34a 100644 (file)
@@ -2,7 +2,7 @@
   <table class="data form marginbottom10">
     <thead>
     <tr>
-      <th><span><%= message('email_configuration.page') -%></span></th>
+      <th colspan="3"><span><%= message('email_configuration.page') -%></span></th>
     </tr>
     </thead>
     <tbody>
   <table class="data form marginbottom10">
     <thead>
     <tr>
-      <th><span><%= message('email_configuration.test.title') -%></span></th>
+      <th colspan="2"><span><%= message('email_configuration.test.title') -%></span></th>
     </tr>
     </thead>
     <tfoot>
     <tr>
-      <td colspan="3">
+      <td colspan="2">
         <%= submit_tag message('email_configuration.test.send'), :disable_with => message('email_configuration.test.sending'), :id => 'submit_test' %>
       </td>
     </tr>
index c3514a80147c283028d8e45c218f970bde8dc64b..7ffc9c9099effacdb74cb400e323f11738d00f35 100644 (file)
@@ -23,7 +23,7 @@
     </thead>
     <tfoot>
     <tr>
-      <td colspan="3">
+      <td>
         <%= submit_tag message('server_id_configuration.generate_button'), :disable_with => message('server_id_configuration.generating_button'), :id => 'generate-button' -%>
       </td>
     </tr>