Setup: Display the XML errors on the screen

SVN:trunk[5716]
This commit is contained in:
Eric Espié
2018-04-20 15:56:53 +00:00
parent ea11b76461
commit b529f3d4cc
4 changed files with 115 additions and 22 deletions

View File

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