ItEr13S15ProbasModuloRecursosItEr12S10: Add title labels to worker edition page
This commit is contained in:
parent
61d3940b4d
commit
657afd9c24
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
|
||||
<vbox id="localizationsContainer">
|
||||
<hbox>
|
||||
|
||||
<label class="titulo" value="Localizacións asignadas" />
|
||||
<listbox id="activeSatisfactions" mold="paging" model="@{controller.localizations.activeSatisfactions}"
|
||||
pageSize="5" multiple="true" checkmark="true">
|
||||
<listhead>
|
||||
|
|
@ -11,11 +14,13 @@
|
|||
<listcell label="@{satisfaction.startDate}"></listcell>
|
||||
</listitem>
|
||||
</listbox>
|
||||
|
||||
<vbox>
|
||||
<button id="unassignButton" label=">>"></button>
|
||||
<button id="assignButton" label="<<"></button>
|
||||
</vbox>
|
||||
|
||||
<label class="titulo" value="Localizacións non asignadas" />
|
||||
<listbox id="criterionsNotAssigned" mold="paging" model="@{controller.localizations.criterionsNotAssigned}"
|
||||
pageSize="5" multiple="true" checkmark="true">
|
||||
<listhead>
|
||||
|
|
@ -28,6 +33,7 @@
|
|||
|
||||
</hbox>
|
||||
|
||||
<label class="titulo" value="Histórico" />
|
||||
<grid id="listing" model="@{controller.localizations.localizationsHistory}"
|
||||
mold="paging" pageSize="5">
|
||||
<columns>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue