N°3253 Fix setup error message

Thanks @Hipska and @Molkobain !
This commit is contained in:
Pierre Goiffon
2020-12-10 10:31:58 +01:00
parent dbda9512e5
commit b03c5232b0

View File

@@ -43,9 +43,9 @@ $(document).ready(function () {
var $pageBody = $("body");
// $pageBody.addClass("error-container");
$pageBody.append("<div id='ibo-page-container'>" +
"<h1>😭 iTop cannot install</h1>" +
"<h1>😭 The application cannot be installed</h1>" +
"<p class=\"message message-error\">💣 PHP version isn't compatible</p>" +
"<p>Please check <a href=\"https://www.itophub.io/wiki/page?id=latest%3Ainstall%3Ainstalling_itop#software_requirements\" target=\"_blank\">iTop requirements</a></p>" +
"<p>Please check <a href=\"https://www.itophub.io/wiki/page?id=latest%3Ainstall%3Ainstalling_itop#software_requirements\" target=\"_blank\">iTop core requirements</a></p>" +
"</div>")
}
});