mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
15 lines
481 B
Twig
15 lines
481 B
Twig
{# @copyright Copyright (C) 2010-2024 Combodo SAS #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
<div class="option simple-option-renderer" role="option">
|
|
|
|
<div class="simple-option-renderer--container" data-template-add-class="class">
|
|
|
|
<i class="simple-option-renderer--container--icon" data-template-add-class="icon"></i>
|
|
|
|
<span class="simple-option-renderer--container--label" data-template-text="label">
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div> |