From 90aba1939ba8fd49df8ee0f641d10816bb601adf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 7 May 2021 12:10:54 +0200 Subject: [PATCH] ImageUpload: template update --- .../image_upload/local_list.html | 36 +++++++++++++++---- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/templates/mobile_webpages/image_upload/local_list.html b/templates/mobile_webpages/image_upload/local_list.html index 35ba71eb3..358c78897 100644 --- a/templates/mobile_webpages/image_upload/local_list.html +++ b/templates/mobile_webpages/image_upload/local_list.html @@ -7,6 +7,8 @@
+

Schritt 1: Bilder machen

+
@@ -14,9 +16,9 @@
-
-
- [% 'Upload Image' | $T8 %] +
+
+ add_a_photo
+
+
+ +

Schritt 2: Dateien hochladen

+
- [% P.M.input_tag("object_number", "", label=LxERP.t8("Number")) %] - [% P.M.button_tag("submit", LxERP.t8("Upload")) %] + [% P.M.input_tag("object_number", "", label=LxERP.t8("Number"), class="col s4", onchange="kivi.ImageUpload.resolve_object(event)") %] +
-
+ [% P.M.button_tag("submit", LxERP.t8("Upload Images"), class="col s12") %]
-
+
+ + + + +[% L.hidden_tag("object_type", FORM.object_type) %] +[% L.hidden_tag("object_id") %] -- 2.20.1