select columns/rows before submit

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1353 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
t.felgentreff 15 years ago
parent c8851a0333
commit 5a2e3f146e
  1. 1
      app/views/cost_reports/index.rhtml

@ -25,6 +25,7 @@
<p class="buttons"> <p class="buttons">
<%= link_to_remote l(:button_apply), <%= link_to_remote l(:button_apply),
{ :url => { :set_filter => 1 }, { :url => { :set_filter => 1 },
:before => 'selectAllOptions("group_by_rows");selectAllOptions("group_by_columns");',
:complete => "set_filters()", :complete => "set_filters()",
:update => "content", :update => "content",
:with => "Form.serialize('query_form')" :with => "Form.serialize('query_form')"

Loading…
Cancel
Save