Left table borders are hidden on Firefox but not on Chrome
-<style>
- #body {
- padding: 0 1px 0 0;
- }
-</style>
-
-<% form_tag({:action => 'save'}) do -%>
+<form method="post" action="<%= ApplicationController.root_context -%>/email_configuration/save" class="marginbottom10">
<table class="data form marginbottom10">
<thead>
<tr>
</tr>
</tfoot>
</table>
-<% end -%>
-
-<br/>
+</form>
-<% form_tag({:action => 'send_test_email'}) do -%>
+<form method="post" action="<%= ApplicationController.root_context -%>/email_configuration/send_test_email">
<table class="data form marginbottom10">
<thead>
<tr>
</tr>
</tbody>
</table>
-<% end -%>
-
+</form>
\ No newline at end of file
-<style>
- #body {
- padding: 0 1px 0 0;
- }
-</style>
-
-<% form_tag :action => 'generate' do %>
+<form method="post" action="<%= ApplicationController.root_context -%>/server_id_configuration/generate">
<table class="data marginbottom10">
<thead>
<tr>
</table>
<%= submit_tag message('server_id_configuration.generate_button'), :disable_with => message('server_id_configuration.generating_button'), :id => 'generate-button' -%>
-<% end %>
+</form>