[Bug #898] Add column criterion type (worker or machine) in criterion types list.

FEA : ItEr72S04BugFixing
This commit is contained in:
Susana Montes Pedreira 2011-03-09 09:02:39 +01:00
parent 0e5bc8b01a
commit 665118ef5a

View file

@ -24,6 +24,7 @@
<columns>
<newdatasortablecolumn label="${i18n:_('Name')}" sort="auto(lower(name))" sortDirection="ascending" />
<newdatasortablecolumn label="${i18n:_('Code')}" />
<newdatasortablecolumn label="${i18n:_('Type')}" />
<newdatasortablecolumn width="60px" label="${i18n:_('Enabled')}"/>
<newdatasortablecolumn width="200px" label="${i18n:_('Operations')}"/>
</columns>
@ -31,6 +32,7 @@
<row self="@{each='criterionType'}" value="@{criterionType}" onDoubleClick="controller.goToEditForm(self.value);">
<label value="@{criterionType.name}" tooltiptext="@{criterionType.description}"/>
<label value="@{criterionType.code}"/>
<label value="@{criterionType.resource}"/>
<checkbox disabled="true" checked="@{criterionType.enabled}"/>
<hbox>
<button sclass="icono" image="/common/img/ico_editar1.png"