<%= check_box_tag('show_all', 1, @all, :onchange => defined?(remote_function) ? remote_function(:url => { :action => 'tree' }, :method => :get, :with => "'hook=' + selected_hook + '&by=' + structured_by + '&all=' + ($('show_all').checked ? 1 : 0)") : "updateHooksTree('#{url_for(:action => 'tree', :format => 'js')}', structured_by)") %> <%= l(:label_show_all_hooks) %>
<%= group %> |