From 4d6741c6f7ebd6359a25ce80895a4db7524de77b Mon Sep 17 00:00:00 2001 From: rkh Date: Thu, 29 Oct 2009 13:33:14 +0000 Subject: [PATCH] do not display save button, since feature is not yet implemented git-svn-id: https://dev.finn.de/svn/cockpit/trunk@244 7926756e-e54e-46e6-9721-ed318f58905e --- app/views/cost_reports/index.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/cost_reports/index.rhtml b/app/views/cost_reports/index.rhtml index 8767fb787a..b48c8871aa 100644 --- a/app/views/cost_reports/index.rhtml +++ b/app/views/cost_reports/index.rhtml @@ -56,7 +56,9 @@ :update => "content", }, :class => 'icon icon-reload' %> <% if User.current.allowed_to?(:save_queries, @project, :global => true) %> - <%= link_to l(:button_save), {}, :onclick => "$('query_form').submit(); return false;", :class => 'icon icon-save' %> + <% + #link_to l(:button_save), {}, :onclick => "$('query_form').submit(); return false;", :class => 'icon icon-save' + %> <% end %>