From 8b87bd055e27c956a4bfd0bcc4f8421a751eb670 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 19 Oct 2022 08:59:32 +0200 Subject: [PATCH] optimize form-submit buttons on mobile devices Signed-off-by: Michael Kaufmann --- templates/Froxlor/form/form.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Froxlor/form/form.html.twig b/templates/Froxlor/form/form.html.twig index 2a732b81..d913227b 100644 --- a/templates/Froxlor/form/form.html.twig +++ b/templates/Froxlor/form/form.html.twig @@ -33,13 +33,13 @@ -
+
{% if form_data.buttons is defined and form_data.buttons is iterable %} {% for btn in form_data.buttons %} {% endfor %} {% else %} - + {% endif %}