Enhancement of install/upgrade process: If database version differs from programs version, the install page is automatically called.
This commit is contained in:
parent
b1ff004e6f
commit
caba79b958
@ -303,8 +303,9 @@ else
|
|||||||
print $langs->trans("InstallEasy")." ";
|
print $langs->trans("InstallEasy")." ";
|
||||||
print $langs->trans("ChooseYourSetupMode");
|
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
|
# Sho first install line
|
||||||
print '<tr><td nowrap="nowrap" align="center"><b>'.$langs->trans("FreshInstall").'</b></td>';
|
print '<tr><td nowrap="nowrap" align="center"><b>'.$langs->trans("FreshInstall").'</b></td>';
|
||||||
|
|||||||
@ -78,6 +78,14 @@ margin-top: 10px;
|
|||||||
color: #000000;
|
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 */
|
/* OK */
|
||||||
div.ok {
|
div.ok {
|
||||||
color: #114466;
|
color: #114466;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user