From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- .../templates/tables/table-paginated.html.twig | 128 ++++++++++----------- .../templates/tables/table-tool-menu.html.twig | 54 ++++----- 2 files changed, 91 insertions(+), 91 deletions(-) (limited to 'main/app/sprinkles/core/templates/tables') diff --git a/main/app/sprinkles/core/templates/tables/table-paginated.html.twig b/main/app/sprinkles/core/templates/tables/table-paginated.html.twig index 49b4a1a..50ebf47 100644 --- a/main/app/sprinkles/core/templates/tables/table-paginated.html.twig +++ b/main/app/sprinkles/core/templates/tables/table-paginated.html.twig @@ -1,64 +1,64 @@ -{# Base layout for paginated tablesorter tables. - # Requires tablesorter-custom.css for proper styling of pager elements. -#} - -{# Set some default values for the child template. #} -{% set table = { - 'id': "uf-table", - 'sortlist': "[[0, 0]]" -} | merge(table) %} - -{# - Global search field for the table. By default, only shown in mobile sizes. - To customize this behavior, see core/assets/userfrosting/css/userfrosting.css -#} -{% block table_search %} - -{% endblock %} -
- {% block table %} - {# Define your table skeleton in this block in your child template #} - {% endblock %} - - {% block table_cell_templates %} - {# Define your Handlebars cell templates in this block in your child template #} - {% endblock %} - - {% block table_info %} -
-
- {% endblock %} - - {% block table_pager_controls %} -
- - - {# this can be any element, including an input #} - - -

- {{ translate("PAGINATION.GOTO") }}: - • {{ translate("PAGINATION.SHOW") }}: - -
- {% endblock %} - {% block table_overlay %} - {% if site.uf_table.use_loading_transition %} - - {% endif %} - {% endblock %} -
+{# Base layout for paginated tablesorter tables. + # Requires tablesorter-custom.css for proper styling of pager elements. +#} + +{# Set some default values for the child template. #} +{% set table = { + 'id': "uf-table", + 'sortlist': "[[0, 0]]" +} | merge(table) %} + +{# + Global search field for the table. By default, only shown in mobile sizes. + To customize this behavior, see core/assets/userfrosting/css/userfrosting.css +#} +{% block table_search %} + +{% endblock %} +
+ {% block table %} + {# Define your table skeleton in this block in your child template #} + {% endblock %} + + {% block table_cell_templates %} + {# Define your Handlebars cell templates in this block in your child template #} + {% endblock %} + + {% block table_info %} +
+
+ {% endblock %} + + {% block table_pager_controls %} +
+ + + {# this can be any element, including an input #} + + +

+ {{ translate("PAGINATION.GOTO") }}: + • {{ translate("PAGINATION.SHOW") }}: + +
+ {% endblock %} + {% block table_overlay %} + {% if site.uf_table.use_loading_transition %} + + {% endif %} + {% endblock %} +
diff --git a/main/app/sprinkles/core/templates/tables/table-tool-menu.html.twig b/main/app/sprinkles/core/templates/tables/table-tool-menu.html.twig index 2e00d60..c833c11 100644 --- a/main/app/sprinkles/core/templates/tables/table-tool-menu.html.twig +++ b/main/app/sprinkles/core/templates/tables/table-tool-menu.html.twig @@ -1,27 +1,27 @@ -{# Tool menu for table panels #} - -
-
- - -
-
+{# Tool menu for table panels #} + +
+
+ + +
+
-- cgit v1.2.3