From 988312da8273e1fb285d972b3aab9df44d74717c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Aug 2016 13:39:32 +0200 Subject: UI: adpat all sheet to the new layout. Administrativ act: can modify from sheet. Organization: can modify from sheet. --- ishtar_common/templates/blocks/JQueryJqGrid.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 c6a15243a..44f4b0ba8 100644 --- a/ishtar_common/templates/blocks/JQueryJqGrid.html +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -12,13 +12,13 @@
+ {% if source_full %} -{% trans "Export as CSV" %} ({{encoding}}) -{% trans "simple" %} - -{% trans "full" %} +{% trans "CSV" %} +{% trans "CSV full" %} {% else %} -{% trans "Export as CSV" %} ({{encoding}}) -{% endif %} +{% trans "CSV" %} +{% endif %} {{encoding}}
{% if multiple %} -- cgit v1.2.3