Look: Modif esthtique mineure
This commit is contained in:
parent
ecf8cba66a
commit
94d73973d6
@ -70,11 +70,19 @@ div.main-inside {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.ok {
|
||||
color: #114466;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
color: #777711;
|
||||
}
|
||||
|
||||
div.error {
|
||||
color: #550000; font-weight: bold;
|
||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
border: 1px solid #6C7C8B;
|
||||
color: #550000; font-weight: bold;
|
||||
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
border: 1px solid #6C7C8B;
|
||||
}
|
||||
|
||||
div.barrebottom {
|
||||
|
||||
@ -133,12 +133,12 @@ print "<br>";
|
||||
|
||||
// Fin install
|
||||
print $langs->trans("SystemIsInstalled")."<br>";
|
||||
print $langs->trans("WarningRemoveInstallDir")."<br>";
|
||||
print '<div class="warning">'.$langs->trans("WarningRemoveInstallDir")."</div>";
|
||||
|
||||
print "<br>";
|
||||
|
||||
// Lien vers setup
|
||||
print $langs->trans("YouNeedToPersonalizeSetup")."<br>";
|
||||
print $langs->trans("YouNeedToPersonalizeSetup")."<br><br>";
|
||||
print '<a href="'.$dolibarr_main_url_root .'/admin/index.php?mainmenu=home&leftmenu=setup">';
|
||||
print $langs->trans("GoToSetupArea");
|
||||
print '</a>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user