From d409bc5da81eff3cd1f8459263b99d4f61a07272 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Dec 2022 11:55:34 +0100 Subject: Syndication - table: add export button et "Expand table" --- .../templates/blocks/DataTables-content.html | 34 +++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates/blocks/DataTables-content.html') diff --git a/ishtar_common/templates/blocks/DataTables-content.html b/ishtar_common/templates/blocks/DataTables-content.html index dc699fa91..029ebd84c 100644 --- a/ishtar_common/templates/blocks/DataTables-content.html +++ b/ishtar_common/templates/blocks/DataTables-content.html @@ -16,7 +16,7 @@
@@ -82,4 +82,36 @@ + +
+
+
+ +
+
+
+
+ + +
+
+ {% trans "whole table" %} +  {% trans "selected item(s)" %} +
+
+
+
+
+ + + {% endfor %} -- cgit v1.2.3