Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default template for the settings of a table style views display. Chris@0: * Chris@0: * Available variables: Chris@0: * - table: A table of options for each field in this display. Chris@0: * - form: Any remaining form fields not included in the table. Chris@0: * - description_markup: An overview for the settings of this display. Chris@0: * Chris@0: * @see template_preprocess_views_ui_style_plugin_table() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {{ form.description_markup }} Chris@0: {{ table }} Chris@0: {{ form }}