From: stephenbroyer Date: Fri, 18 Oct 2013 07:40:34 +0000 (+0200) Subject: SONAR-4759 Use modal windows in Groups pages X-Git-Tag: 4.0~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf32e1923ecb5cc6258693982b23744a358561a6;p=sonarqube.git SONAR-4759 Use modal windows in Groups pages (modifications needed to do IT) --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb index db3d338d005..76f3f086fa4 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb @@ -2,7 +2,7 @@ <% if profiles_administrator? %> <% end %> @@ -37,7 +37,7 @@ <%= link_to_action message('delete'), "#{ApplicationController.root_context}/groups/delete/#{group.id}", :class => 'link-action link-red', - :id => "delete_#{group.id}", + :id => "delete-#{group.name}", :confirm_button => message('delete'), :confirm_title => 'Delete group '+group.name, :confirm_msg => 'Are you sure that you want to delete this group? Members will not be deleted.?',