From c0c1fcf57afa6f3ff3b3e1d1d78565e98fd355d8 Mon Sep 17 00:00:00 2001 From: Ben Pitzer Date: Thu, 30 Jul 2015 18:50:53 +0545 Subject: [PATCH] Added UI options to configure Google Sheets Export. - Flattened or tabular output - Export of XLSForm data --- templates/export_list.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/templates/export_list.html b/templates/export_list.html index 6a020b9..7278c51 100644 --- a/templates/export_list.html +++ b/templates/export_list.html @@ -29,7 +29,7 @@

{{ export_type_name|upper }} {% blocktrans %}Exports{% endblocktrans %}

- {% if export_type == 'xls' or export_type == 'csv' %} + {% if export_type == 'xls' or export_type == 'csv' or export_type == 'gsheets' %} {% trans "Advanced Export" %} {% endif %}
@@ -61,9 +61,19 @@

{% trans "Advanced Export" %}

+ {% if export_type == 'gsheets' %} + + + {% endif %} {% endif %}