additional_fields.twig 514 B

1234567891011121314
  1. <input type="hidden" name="sql_query" value="{{ sql_query|raw }}" />
  2. <input type="hidden" name="goto" value="{{ goto }}" />
  3. {# Do not change the position when changing the number of rows #}
  4. <input type="hidden" name="pos" size="3" value="{{ pos }}" />
  5. <input type="hidden" name="is_browse_distinct" value="{{ is_browse_distinct }}" />
  6. {% trans 'Number of rows:' %}
  7. {{ Util_getDropdown(
  8. 'session_max_rows',
  9. number_of_rows_choices,
  10. max_rows,
  11. '',
  12. 'autosubmit',
  13. number_of_rows_placeholder
  14. ) }}