@@ -21,7 +21,7 | |||||
21 | <legend onclick="toggleFieldset(this);">Options</legend> |
|
21 | <legend onclick="toggleFieldset(this);">Options</legend> | |
22 | <div style="display: none;"> |
|
22 | <div style="display: none;"> | |
23 | <%= l(:field_group_by) %> |
|
23 | <%= l(:field_group_by) %> | |
24 |
<%= select_tag('group_by', options_for_select([[]] + @query.groupable_columns.collect {|c| [c.caption, c.name.to_s]}, @query.group_by)) %> |
|
24 | <%= select_tag('group_by', options_for_select([[]] + @query.groupable_columns.collect {|c| [c.caption, c.name.to_s]}, @query.group_by)) %> | |
25 | </div> |
|
25 | </div> | |
26 | </fieldset> |
|
26 | </fieldset> | |
27 | </div> |
|
27 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now