From b3ed7f4f5b4e1b3d991a15dc573e107e8faad5d0 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 4 Nov 2025 17:36:44 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08772=20-=20UIBlocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/forms/itop_debug.html.twig | 18 ++---------------- .../application/forms/itop_error.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 18 deletions(-) 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