commit c78f3ee9fb1693aa5987ead0c80e18783ffa7a47 Author: Joel Pittet Date: Mon Aug 4 16:54:16 2014 -0700 changes diff --git a/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig b/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig index 85004c7..c7e6da1 100644 --- a/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig +++ b/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig @@ -1,23 +1,20 @@ {# /** * @file - * Default theme implementation for expose filter form. + * Default theme implementation for exposed filter form. * * Available variables: - * - form_description: The filter's description. + * - form_description: The exposed filter's description. * - expose_button: The button to toggle the expose filter form. - * - group_button: @todo. + * - group_button: Toggle options between single and grouped filters. * - required: A checkbox to require this filter or not. * - label: A filter label input field. * - description: A filter description field. - * - operator: @todo. - * - value: @todo. - * - use_operator: @todo. - * - has_left_column: @todo. - * - children: Child elements of the form that still need to be printed. - * - more: @todo. - * - * @see template_preprocess_views_ui_expose_filter_form() + * - operator: The operators for how the filters value should be treated. + * - value: The filters available values. + * - use_operator: Checkbox to allow the user to expose the operator. + * - #type: The operator type. + * - more: A details element for additional field exposed filter fields. * * @ingroup themeable */ @@ -39,9 +36,11 @@ {% endif %} {# - Collect a list of elements printed to exclude when printing the remaining elements + Collect a list of elements printed to exclude when printing the + remaining elements. #} -{% set remaining_form = form|without('form_description', +{% set remaining_form = form|without( + 'form_description', 'expose_button', 'group_button', 'required',