From 744e7a9c6a57eac85dfa2e0e3bc1fb94bca696a3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Sep 2013 19:27:50 +0200 Subject: Fix template for tables: link missing (refs #1400) --- ishtar_common/templates/blocks/JQueryJqGrid.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/blocks/JQueryJqGrid.html b/ishtar_common/templates/blocks/JQueryJqGrid.html index d21fa8276..919a01bc1 100644 --- a/ishtar_common/templates/blocks/JQueryJqGrid.html +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -15,8 +15,8 @@
{% if source_full %} {% trans "Export as CSV" %} ({{encoding}}) -{{simple}} - -{{full}} +{% trans "simple" %} - +{% trans "full" %} {% else %} {% trans "Export as CSV" %} ({{encoding}}) {% endif %} -- cgit v1.2.3