From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- .../templates/tables/table-paginated.html.twig | 33 +++++++++++++--------- .../templates/tables/table-tool-menu.html.twig | 10 ++++--- 2 files changed, 25 insertions(+), 18 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 5b94120..49b4a1a 100644 --- a/main/app/sprinkles/core/templates/tables/table-paginated.html.twig +++ b/main/app/sprinkles/core/templates/tables/table-paginated.html.twig @@ -4,10 +4,9 @@ {# Set some default values for the child template. #} {% set table = { - 'id': "uf-table", - 'sortlist': "[[0, 0]]" - } | merge(table) -%} + 'id': "uf-table", + 'sortlist': "[[0, 0]]" +} | merge(table) %} {# Global search field for the table. By default, only shown in mobile sizes. @@ -29,23 +28,29 @@ {% endblock %} {% block table_info %} -