]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1492 Fix small issue
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 16 Feb 2012 17:36:29 +0000 (18:36 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 16 Feb 2012 17:36:29 +0000 (18:36 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb

index cb6bbf6647a5144c97ae7a795a2c6fb38149b83a..f860b0fad7892fc0eebe9479f92bc32c07f21309 100644 (file)
@@ -51,7 +51,7 @@
       </tr>
     <tr>
       <td colspan="2">
-        <input type="submit" value="<%= note ? message('update_verb') : message('rules_configuration.add_note') -%>" name="commit" id="<%= submit_active_note_update_button_id -%>"/>
+        <input type="submit" value="<%= note ? message('update_verb') : message('rules_configuration.add_note') -%>" name="commit" id="<%= submit_active_note_update_button_id -%>" disabled="disabled"/>
         <a href="#" onclick="$('<%= active_note_detail_div_id -%>').show();$('<%= active_note_form_div_id -%>').hide();return false;"><%= message('cancel') %></a>
       </td>
     </tr>