ItEr36S11CUCreacionUnidadesPlanificacionItEr35S12: Criterions tree goes before the workers list
This commit is contained in:
parent
7a0cec80bc
commit
4992f4d0a8
1 changed files with 12 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue