Cosmetic : highlight message after upgrade
This commit is contained in:
parent
5be894f963
commit
fcb62c09de
3 changed files with 28 additions and 5 deletions
|
|
@ -388,9 +388,10 @@ if ($op=='upgradeCore')
|
|||
$progress->set_value(100);
|
||||
|
||||
$url=sprintf('<a href="%s"> install.php</a>', NOALYSS_URL."/install.php");
|
||||
printf(_("Afin de terminer l'installation aller sur %s , à la fin de la procédure , demandez à effacer le fichier install.php"),
|
||||
printf(_("Afin de terminer l'installation, aller sur %s. A la fin de la procédure de mise à jour, demander à effacer le fichier install.php"),
|
||||
$url);
|
||||
} catch (Exception $ex ) {
|
||||
record_log($ex);
|
||||
echo '<p class="notice">';
|
||||
echo $ex->getMessage();
|
||||
echo '</p>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue