ItEr28S11AltaEtiquetasTipoEtiquetaItEr27S11: [FixBug] Add delete button

This commit is contained in:
Diego Pino Garcia 2009-10-04 19:18:18 +02:00 committed by Javier Moran Rua
parent 92cb799936
commit 537014fc4d

View file

@ -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>