From 3cce13f2b86ab37e5f378065366b42712751a240 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 24 Apr 2023 15:39:43 +0200 Subject: [PATCH] put the aio password change into a details tag Signed-off-by: Simon L --- php/templates/containers.twig | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index c219792d..ab1b631e 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -504,15 +504,18 @@ {% if is_backup_container_running == false %} {% if isApacheStarting == false %}

AIO password change

- You can change your AIO password below:

-
- - - - - -
- The new password needs to be at least 24 characters long. Allowed characters are the latin characters a-z, A-Z, 0-9 and spaces.

+
+ Click here to change your AIO password
+ You can change your AIO password below:

+
+ + + + + +
+ The new password needs to be at least 24 characters long. Allowed characters are the latin characters a-z, A-Z, 0-9 and spaces.
+

{% endif %} {% endif %} {% endif %}