diff --git a/templates/application/forms/itop_debug.html.twig b/templates/application/forms/itop_debug.html.twig index 9ecb2694d..96c0dd7ed 100644 --- a/templates/application/forms/itop_debug.html.twig +++ b/templates/application/forms/itop_debug.html.twig @@ -2,24 +2,10 @@ {# @license http://opensource.org/licenses/AGPL-3.0 #} {% if aProfilesInfo is not empty %} -
-
-
-
-
Debug
-
-
-
-
-
-
-
-
+ {% UIPanel Neutral { sTitle:'Debug' } %} {% for aProfileInfo in aProfilesInfo %} {% set aProfileData = aProfileInfo.aProfileData %} {{ include(aProfileInfo.sTemplate) }} {% endfor %} -
-
-
+ {% EndUIPanel %} {% endif %} \ No newline at end of file diff --git a/templates/application/forms/itop_error.html.twig b/templates/application/forms/itop_error.html.twig index 1ae4a434f..3d02fac19 100644 --- a/templates/application/forms/itop_error.html.twig +++ b/templates/application/forms/itop_error.html.twig @@ -1,8 +1,8 @@ {# @copyright Copyright (C) 2010-2025 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} -
+{% UIContentBlock Standard { sId:"turbo_itop_error" } %} {% if sControllerError %} {% UIAlert ForDanger { sTitle:'', sContent:sControllerError } %}{% EndUIAlert %} {% endif %} -
\ No newline at end of file +{% EndUIContentBlock %} \ No newline at end of file