From 1da70de70969e62565e768c6d84b3a16b33a632a Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 25 Jul 2024 15:33:35 +0200 Subject: [PATCH] fix layout --- install/index.php | 52 ++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 37 deletions(-) diff --git a/install/index.php b/install/index.php index 7de53989f..3f42f8a7c 100644 --- a/install/index.php +++ b/install/index.php @@ -257,45 +257,23 @@ if (!file_exists('.lock')) { - -
-

- - - - - - - - - - - - - -
-

-

+ -
- -
-
@@ -1448,7 +1426,7 @@ if (!file_exists('.lock')) { } else { db_connection_results.addClass('alert-warning'); $('#db_connection_test_button').html(originalButtonText).prop('disabled', false); - db_connection_results.html(' '); + db_connection_results.html(" " + "

' . $mysql_version . '', '' . $mariadb_version . ''); ?>"); } resolve(true); } @@ -1511,14 +1489,14 @@ if (!file_exists('.lock')) { let minPasswordLenght = 8; const firstUserTabIDs = [ - '#firstname', - '#username', - '#lastname', - '#password', - '#callsign', - '#cnfm_password', - '#city', - '#user_email', + '#firstname', + '#username', + '#lastname', + '#password', + '#callsign', + '#cnfm_password', + '#city', + '#user_email', '#userlocator' ]; @@ -1758,7 +1736,7 @@ if (!file_exists('.lock')) { var checklist_firstuser = true; firstUserTabIDs.forEach(function(firstUserTabID) { - if($(firstUserTabID).val() == '') { + if ($(firstUserTabID).val() == '') { input_is_valid($(firstUserTabID), false); checklist_firstuser = false; } else { @@ -1810,4 +1788,4 @@ if (!file_exists('.lock')) { header("Location: $websiteurl"); } ?> - + \ No newline at end of file