</style>
<% form_tag({:action => 'save'}) do -%>
- <table class="data nohighlight form marginbottom10">
+ <table class="data form marginbottom10">
<thead>
<tr>
<th colspan="3"><span><%= message('email_configuration.page') -%></span></th>
<td class="comments"><%= message('email_configuration.smtp_port.description') -%></td>
</tr>
<tr class="even">
- <td class="keyCell">
- <label for="smtp_secure_connection"><%= message('email_configuration.smtp_secure_connection') -%>:</label></td>
+ <td class="keyCell"><label for="smtp_secure_connection"><%= message('email_configuration.smtp_secure_connection') -%>:</label></td>
<td><%= select_tag 'smtp_secure_connection', options_for_select({'No' => '', 'SSL' => 'ssl'}, @smtp_secure_connection) %></td>
<td class="comments"><%= message('email_configuration.smtp_secure_connection.description') -%></td>
</tr>
<br/>
<% form_tag({:action => 'send_test_email'}) do -%>
- <table class="data nohighlight form marginbottom10">
+ <table class="data form marginbottom10">
<thead>
<tr>
<th colspan="2"><span><%= message('email_configuration.test.title') -%></span></th>
}
</style>
-<table class="data nohighlight marginbottom10">
+<table class="data marginbottom10">
<thead>
<tr>
<th>Encryption</th>
}
</style>
-<table class="data nohighlight marginbottom10">
+<table class="data marginbottom10">
<thead>
<tr>
<th>Encryption</th>
<div id="encrypted_section" style="display:none"></div>
<span id="encryption_error" class="error" style="display:none"></span>
- <p>Note that
- the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action', :id => 'link-generate-key' %>
- but all the encrypted properties will have to be updated.
- <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More
- information</a>.</p>
+ <p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action', :id => 'link-generate-key' %>
+ but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p>
</td>
</tr>
</tbody>
</style>
<% form_tag :action => 'generate' do %>
- <table class="data nohighlight marginbottom10">
+ <table class="data marginbottom10">
<thead>
<tr>
<th><%= message('server_id_configuration.page') -%></th>
:update => 'properties',
:script => false do -%>
- <table class="data nohighlight marginbottom10">
+ <table class="data marginbottom10">
<thead>
<tr>
<th><%= h category_name(@category) -%></th>
<% resource_id = @resource.id if @resource -%>
-<table class="data nohighlight">
+<table class="data">
<thead>
<tr>
<% unless key_field(property) -%>
color: #EEE;
background: #FF5252;
padding: 0 5px;
- padding: 0 5px;
}
#ftlinks a {
background-color: #CAE3F2 !important;
}
-table.nohighlight .odd:hover {
- background-color: #fff !important;
-}
-
-table.nohighlight .even:hover {
- background-color: #EFEFEF !important;
-}
-
.hoverable:hover a {
color: #111;
}