ItEr36S11CUCreacionUnidadesPlanificacionItEr35S12: Criterions tree goes before the workers list

This commit is contained in:
Óscar González Fernández 2009-11-24 23:15:49 +01:00
parent 7a0cec80bc
commit 4992f4d0a8

View file

@ -34,6 +34,18 @@
</radiogroup>
</hbox>
<hbox>
<vbox>
<!-- Criteria -->
<label value="${i18n:_('Criteria')}" />
<tree id="criterionsTree" width="280px"
rows="10" vflex="true" multiple="true"
model="@{selectorController.criterions}">
<treecols>
<treecol label="Name" />
</treecols>
</tree>
</vbox>
<vbox style="margin-right: 3px">
<!-- Name -->
<label value="${i18n:_('Name/NIF')}" />
@ -51,18 +63,6 @@
</listhead>
</listbox>
</vbox>
<vbox>
<!-- Criteria -->
<label value="${i18n:_('Criteria')}" />
<tree id="criterionsTree" width="280px"
rows="10" vflex="true" multiple="true"
model="@{selectorController.criterions}">
<treecols>
<treecol label="Name" />
</treecols>
</tree>
</vbox>
</hbox>
</vbox>
</zk>