From a498cd10ac20770c020bce05f15e320a0cae9c96 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 24 Nov 2017 23:13:11 +0100 Subject: UI: work on sheets --- ishtar_common/templates/blocks/JQueryJqGrid.html | 27 ++++++++++++++---------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'ishtar_common/templates/blocks/JQueryJqGrid.html') diff --git a/ishtar_common/templates/blocks/JQueryJqGrid.html b/ishtar_common/templates/blocks/JQueryJqGrid.html index 9c18c4399..9160ef9b5 100644 --- a/ishtar_common/templates/blocks/JQueryJqGrid.html +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -20,17 +20,22 @@
-
- -{% if source_full or extra_sources %} -{% trans "CSV" %} -{% if source_full %}{% trans "CSV full" %}{% endif %} -{% for slug, name, extra_source in extra_sources %} -{{name}} -{% endfor %} -{% else %} -{% trans "CSV" %} -{% endif %} {{encoding}} +
+
+
+ {% if source_full or extra_sources %} + {% trans "CSV" %} + {% if source_full %}{% trans "CSV full" %}{% endif %} + {% for slug, name, extra_source in extra_sources %} + {{name}} + {% endfor %} + {% else %} + {% trans "CSV" %} + {% endif %} +
+
{% if multiple %} -- cgit v1.2.3