From 3037a19d5a659a48156899f05b4fd45e7e957da4 Mon Sep 17 00:00:00 2001 From: pek5892 Date: Thu, 23 May 2024 17:03:30 +0200 Subject: [PATCH] Fix form configurazione --- include/init/init.php | 52 +++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 29 deletions(-) diff --git a/include/init/init.php b/include/init/init.php index 565a30d9e..40b45b7ce 100755 --- a/include/init/init.php +++ b/include/init/init.php @@ -147,18 +147,18 @@ if (!$has_user) {
-
+
-
+
{[ "type": "password", "label": "'.tr('Password').'", "id": "password", "name": "admin_password", "value": "", "placeholder": "'.tr("Imposta la password dell'amministratore").'", "required": 1, "strength": "#config" ]}
-
+
@@ -207,8 +207,8 @@ if (!$has_azienda) {

 

-
'.tr('Per impostare il logo delle stampe, caricare un file ".jpg". Risoluzione consigliata 302x111 pixel').'.
- +
'.tr('Per impostare il logo delle stampe, caricare un file ".jpg". Risoluzione consigliata 302x111 pixel').'. +
'; @@ -224,46 +224,40 @@ if (!$has_settings) {

'.tr('Impostazioni di base').'

-
'; - $i = 0; +
+
'; foreach ($settings as $setting => $required) { if (empty(setting($setting))) { - if ($i % 2 == 0 or $i == 0) { - echo '
'; - } - echo ' -
+ echo ' +
'.Settings::input($setting, $required).'
'; - ++$i; - if ($i % 2 == 0 or $i == sizeof($settings)) { - echo '
'; - } + } } - echo '
+ echo '
+
'; } echo ' - -
-
- *'.tr('Campi obbligatori').' + +
+
+ *'.tr('Campi obbligatori').' +
+
+ +
-
- -
-
-
'; +
-echo '