From 9f0af8ec08e13c47c185832065790aec2c85f12f Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:20:41 +0800 Subject: [PATCH] PR feedback: add type="submit" to buttons --- .../material/expirychecker/about2expire.twig | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/modules/material/themes/material/expirychecker/about2expire.twig b/modules/material/themes/material/expirychecker/about2expire.twig index f0093559..fdfbf402 100644 --- a/modules/material/themes/material/expirychecker/about2expire.twig +++ b/modules/material/themes/material/expirychecker/about2expire.twig @@ -6,45 +6,45 @@ {% include 'header.twig' %} -
-
-
+
+
+
{{ '{about2expire:header}'|trans }} -
-
-
-
- {% for name, value in formData %} - - {% endfor %} +
+
+
+ + {% for name, value in formData %} + + {% endfor %} -

- {% if daysLeft < 2 %} - {{ '{about2expire:expiring_in_a_day}'|trans }} - {% else %} - {{ '{about2expire:expiring_soon}'|trans({'%daysLeft%': daysLeft}) }} - {% endif %} -

+

+ {% if daysLeft < 2 %} + {{ '{about2expire:expiring_in_a_day}'|trans }} + {% else %} + {{ '{about2expire:expiring_soon}'|trans({'%daysLeft%': daysLeft}) }} + {% endif %} +

-

- {{ '{about2expire:change_now}'|trans }} -

+

+ {{ '{about2expire:change_now}'|trans }} +

-
- +
+ - -
- -
+ +
+ + - {% include 'footer.twig' %} - + {% include 'footer.twig' %} +