From e0b1acb9c40dd921e7b511ee43a66534c25061a1 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Wed, 18 Jan 2023 17:02:23 +0100 Subject: [PATCH] #10138 finished step 3 --- pandora_console/include/styles/install.css | 2 + pandora_console/install.php | 49 ++++++++++++---------- 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/pandora_console/include/styles/install.css b/pandora_console/include/styles/install.css index aa74788ac8..559d080461 100644 --- a/pandora_console/include/styles/install.css +++ b/pandora_console/include/styles/install.css @@ -130,6 +130,7 @@ border-radius: 6px; padding: 10px 20px; cursor: pointer; + text-decoration: none; } .btn_primary.outline { background-color: transparent; @@ -204,6 +205,7 @@ padding: 10px; width: 100%; border-radius: 8px; + margin-top: 20px; } .check-table td { padding: 5px 0px; diff --git a/pandora_console/install.php b/pandora_console/install.php index 8f5f4e6345..acb40a6ef0 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -219,18 +219,18 @@ function check_exists($file, $label) function check_generic($ok, $label) { - echo ""; + echo ''; if ($ok == 0) { - echo " incomplete"; - echo ''; echo " $label "; + echo ''; + echo " incomplete"; echo ''; echo ''; return 1; } else { - echo " checked"; - echo ''; echo " $label "; + echo ''; + echo " checked"; echo ''; echo ''; return 0; @@ -724,7 +724,7 @@ function install_step3() echo '

DB Engine

'; echo html_print_select( $options, - 'db', + 'engine', '', '', '', @@ -814,7 +814,7 @@ function install_step3() echo "
"; echo "
- "; + '; }