ItEr13S15ProbasModuloRecursosItEr12S10: Add title labels to worker edition page

This commit is contained in:
Diego Pino Garcia 2009-06-22 13:53:31 +02:00 committed by Javier Moran Rua
parent 61d3940b4d
commit 657afd9c24

View file

@ -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="&gt;&gt;"></button>
<button id="assignButton" label="&lt;&lt;"></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>