ItEr28S11AltaEtiquetasTipoEtiquetaItEr27S11: [FixBug] Add delete button
This commit is contained in:
parent
92cb799936
commit
537014fc4d
1 changed files with 8 additions and 2 deletions
|
|
@ -48,8 +48,14 @@
|
|||
<row self="@{each='label'}" value="@{label}">
|
||||
<label value="@{label.type.name}"/>
|
||||
<label value="@{label.name}"/>
|
||||
<button label="${i18n:_('Delete')}"
|
||||
onClick="assignedLabelsController.deleteLabel(self.parent.value)"/>
|
||||
|
||||
<button sclass="icono"
|
||||
image="/common/img/ico_borrar1.png"
|
||||
hoverImage="/common/img/ico_borrar.png"
|
||||
tooltiptext="${i18n:_('Delete')}"
|
||||
onClick="assignedLabelsController.deleteLabel(self.parent.value)">
|
||||
</button>
|
||||
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue