@@ -43,7 +43,7 | |||||
43 |
|
43 | |||
44 | <p class="buttons"> |
|
44 | <p class="buttons"> | |
45 | <%= link_to_function l(:button_apply), '$("#query_form").submit()', :class => 'icon icon-checked' %> |
|
45 | <%= link_to_function l(:button_apply), '$("#query_form").submit()', :class => 'icon icon-checked' %> | |
46 | <%= link_to l(:button_clear), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %> |
|
46 | <%= link_to l(:button_clear), { :set_filter => 1, :sort => '', :project_id => @project }, :class => 'icon icon-reload' %> | |
47 | <% if @query.new_record? %> |
|
47 | <% if @query.new_record? %> | |
48 | <% if User.current.allowed_to?(:save_queries, @project, :global => true) %> |
|
48 | <% if User.current.allowed_to?(:save_queries, @project, :global => true) %> | |
49 | <%= link_to_function l(:button_save), |
|
49 | <%= link_to_function l(:button_save), |
General Comments 0
You need to be logged in to leave comments.
Login now