N°3123 - Refactor default constants

This commit is contained in:
Eric
2020-12-02 13:22:43 +01:00
parent 15aa9e508c
commit 2575fd6f4d
57 changed files with 96 additions and 96 deletions

View File

@@ -11,7 +11,7 @@ namespace Combodo\iTop\Application\UI\Base\Component\Dashlet;
class DashletBadge extends DashletContainer
{
public const BLOCK_CODE = 'ibo-dashlet-badge';
public const HTML_TEMPLATE_REL_PATH = 'base/components/dashlet/dashletbadge';
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/dashlet/dashletbadge';
/** @var string */
protected $sClassIconUrl;