7 <table class="marginbottom10">
10 <td style="padding: 10px">
11 <p class="marginbottom10">Secret key is required to be able to encrypt properties.
12 <a href="http://redirect.sonarsource.com/doc/settings-encryption.html" class="external" target="sonar_doc">More
15 <div id="secret_content">
16 <input id="submit_generate_secret"
18 value="Generate secret key"
20 url:'<%=ApplicationController.root_context-%>/encryption_configuration/generate_secret',
22 success:function(response){$j('#secret_content').html(response);},
23 error:function(response){$j('#secret_error').html(response.responseText); $j('#secret_error').show();}
27 <span id="secret_error" class="error" style="display:none"></span>