diff --git a/sources/application/UI/Base/Component/Dashlet/DashletHeaderStatic.php b/sources/application/UI/Base/Component/Dashlet/DashletHeaderStatic.php index d881d0b0c..0498de6a4 100644 --- a/sources/application/UI/Base/Component/Dashlet/DashletHeaderStatic.php +++ b/sources/application/UI/Base/Component/Dashlet/DashletHeaderStatic.php @@ -11,7 +11,7 @@ namespace Combodo\iTop\Application\UI\Base\Component\Dashlet; class DashletHeaderStatic extends DashletContainer { public const BLOCK_CODE = 'ibo-dashlet-header-static'; - public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/dashlet/dashletheaderstatic'; + public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/dashlet/dashlet-header-static'; /** @var string */ protected $sTitle; diff --git a/templates/base/components/dashlet/dashletheaderstatic.html.twig b/templates/base/components/dashlet/dashlet-header-static.html.twig similarity index 83% rename from templates/base/components/dashlet/dashletheaderstatic.html.twig rename to templates/base/components/dashlet/dashlet-header-static.html.twig index c3afa38cb..20377c677 100644 --- a/templates/base/components/dashlet/dashletheaderstatic.html.twig +++ b/templates/base/components/dashlet/dashlet-header-static.html.twig @@ -1,7 +1,7 @@ {# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% apply spaceless %} -