mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
N°2847 Fix twig missing templates (missing file or wrong case)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Combodo\iTop\Application\UI\Component\Input;
|
||||
|
||||
class InputWithLabel extends Input
|
||||
{
|
||||
public const HTML_TEMPLATE_REL_PATH = 'components/input/InputWithLabel';
|
||||
public const HTML_TEMPLATE_REL_PATH = 'components/input/inputwithlabel';
|
||||
|
||||
/** @var string */
|
||||
protected $sLabel;
|
||||
|
||||
Reference in New Issue
Block a user