N°2847 Fix button component comment and trailing space

This commit is contained in:
Stephen Abello
2020-08-17 16:59:27 +02:00
parent fabc92eb89
commit 223b063c60
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace Combodo\iTop\Application\UI\Component\Button\Button;
use Combodo\iTop\Application\UI\UIBlock;
/**
* Class JsPopoverMenuItem
* Class Button
*
* @author Stephen Abello <stephen.abello@combodo.com>
* @package Combodo\iTop\Application\UI\Component\Button\Button

View File

@@ -1,4 +1,4 @@
<button id="{{ oUIBlock.GetId() }}" class="ibo-button ibo-is-{{ oUIBlock.ActionType}} ibo-is-{{ oUIBlock.Color }}" type="{{ oUIBlock.Type }}" name="{{ oUIBlock.Name }}" value="{{ oUIBlock.Value }}" >
<button id="{{ oUIBlock.GetId() }}" class="ibo-button ibo-is-{{ oUIBlock.ActionType}} ibo-is-{{ oUIBlock.Color }}" type="{{ oUIBlock.Type }}" name="{{ oUIBlock.Name }}" value="{{ oUIBlock.Value }}">
<span class="ibo-button-icon {{ oUIBlock.IconClass }}"></span>
{{ oUIBlock.Label }}
</button>