ItEr49S18AdaptacionServiciosREST: Added the field 'code' to worker list and edition interfaces.
This commit is contained in:
parent
a801aeab15
commit
6d7fafe7c1
2 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,10 @@
|
|||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${i18n:_('Code')}" />
|
||||
<label value="@{controller.worker.code}" />
|
||||
</row>
|
||||
<row visible="@{controller.isRealWorker}">
|
||||
<label value="${i18n:_('First name')}" />
|
||||
<textbox
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
<newdatasortablecolumn label="${i18n:_('First name')}" sort="auto(firstName)"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Surname')}" sort="auto(surname)" />
|
||||
<newdatasortablecolumn label="${i18n:_('NIF')}" sort="auto(nif)" />
|
||||
<newdatasortablecolumn label="${i18n:_('Code')}"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Operations')}" />
|
||||
</columns>
|
||||
<rows>
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
<label value="@{worker.firstName}" />
|
||||
<label value="@{worker.surname}" />
|
||||
<label value="@{worker.nif}" />
|
||||
<label value="@{worker.code}" />
|
||||
<hbox>
|
||||
<button sclass="icono" image="/common/img/ico_editar1.png"
|
||||
hoverImage="/common/img/ico_editar.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue