From 1281896520473a475a2f21006481ac1f5bd4de40 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 29 Oct 2021 12:35:03 +0200 Subject: [PATCH] =?utf8?q?CSV-Import:=20Button=20=C2=BBDownload=20Beispiel?= =?utf8?q?datei=C2=AB=20immer=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/csv_import/form.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index e867f7a51..568324e28 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -154,11 +154,12 @@

[%- END %] [%- END %][%# IF SELF.type == … %] + -

- [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] -

- +
+

+ [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] +


-- 2.20.1