From cd9ce5447c7e0ba9c15b6711e29b1045101bd2b7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 13 Mar 2016 23:25:18 +0100 Subject: Better display of sheet sources (refs #3065) --- .../templates/ishtar/blocks/window_tables/dynamic_documents.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index 76172d3ac..7239b64fc 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -7,10 +7,10 @@
{% if source_full %} {% trans "Export as CSV" %} ({{encoding}}) -{% trans "simple" %} - -{% trans "full" %} +{% trans "simple" %} - +{% trans "full" %} {% else %} -{% trans "Export as CSV" %} ({{encoding}}) +{% trans "Export as CSV" %} ({{encoding}}) {% endif %}
@@ -19,7 +19,7 @@ setTimeout( function(){ $("#grid_{{name}}").jqGrid({ - url:'{{source}}', + url:'{{source|safe}}', datatype: "json", mtype: 'GET', colNames:['id', '', {{col_names|safe}}], -- cgit v1.2.3