From caba79b9580e2b02e615e1146d3465eaccf01b9e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Aug 2009 16:48:40 +0000 Subject: [PATCH] Enhancement of install/upgrade process: If database version differs from programs version, the install page is automatically called. --- htdocs/install/check.php | 3 ++- htdocs/install/default.css | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 34e10e472e7..ff0462e6545 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -303,8 +303,9 @@ else print $langs->trans("InstallEasy")." "; print $langs->trans("ChooseYourSetupMode"); - print ''; + // Array of install choices + print '
'; # Sho first install line print ''; diff --git a/htdocs/install/default.css b/htdocs/install/default.css index b8535283898..0e948209557 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -78,6 +78,14 @@ margin-top: 10px; color: #000000; } +.installchoices table tr td { +margin-left: 2px; +margin-right: 2px; +border-bottom: 1px solid #8CACBB; +border-right: 1px solid #8CACBB; +color: #000000; +} + /* OK */ div.ok { color: #114466;
'.$langs->trans("FreshInstall").'