Enhancement of install/upgrade process: If database version differs from programs version, the install page is automatically called.

This commit is contained in:
Laurent Destailleur 2009-08-08 16:48:40 +00:00
parent b1ff004e6f
commit caba79b958
2 changed files with 10 additions and 1 deletions

View File

@ -303,8 +303,9 @@ else
print $langs->trans("InstallEasy")." ";
print $langs->trans("ChooseYourSetupMode");
print '<table width="100%" cellspacing="1" cellpadding="4" border="1">';
// Array of install choices
print '<table width="100%" border="1" cellpadding="2">';
# Sho first install line
print '<tr><td nowrap="nowrap" align="center"><b>'.$langs->trans("FreshInstall").'</b></td>';

View File

@ -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;