ItEr29S06CUAsignacionGrupoRecursosAPlanificacionItEr28S06: [Refactoring] Arrange layout for worker search
This commit is contained in:
parent
71c50f8319
commit
d5029d329a
1 changed files with 4 additions and 4 deletions
|
|
@ -24,13 +24,13 @@
|
|||
<vbox style="margin-right: 3px">
|
||||
<!-- Name -->
|
||||
<label value="${i18n:_('Name/NIF')}" />
|
||||
<textbox id="txtName"
|
||||
<textbox id="txtName" width="200px" style="margin-bottom: 5px"
|
||||
onChanging="controller.searchWorkers(event)" />
|
||||
|
||||
<!--Matchings -->
|
||||
<label value="${i18n:_('Found workers')}" />
|
||||
<listbox id="listBoxWorkers" width="200px"
|
||||
rows="10" vflex="true" multiple="true"
|
||||
<label value="${i18n:_('Found workers')}"/>
|
||||
<listbox id="listBoxWorkers" width="250px" rows="10"
|
||||
vflex="true" multiple="true"
|
||||
itemRenderer="@{controller.listitemRenderer}">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Name')}" sort="auto" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue