mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Setup: Display the XML errors on the screen
SVN:trunk[5716]
This commit is contained in:
@@ -2396,6 +2396,7 @@ EOF
|
||||
else
|
||||
{
|
||||
$sMessage = addslashes(htmlentities($aRes['message'], ENT_QUOTES, 'UTF-8'));
|
||||
$sMessage = str_replace("\n", '<br>', $sMessage);
|
||||
$oPage->add_ready_script(
|
||||
<<<EOF
|
||||
$("#wiz_form").data("installation_status", "error");
|
||||
|
||||
Reference in New Issue
Block a user