Files
iTop/templates/application/forms/itop_error_update.html.twig
2025-11-04 15:22:14 +01:00

8 lines
333 B
Twig

{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% UITurboUpdate Standard { sTarget: "turbo_itop_error"} %}
{% if sControllerError %}
{% UIAlert ForDanger { sTitle:'', sContent:sControllerError } %}{% EndUIAlert %}
{% endif %}
{% EndUITurboUpdate %}