ItEr29S14ProcuraOrganizacionsTraballo: Add combobox select type of filter
This commit is contained in:
parent
fa7af702f2
commit
4d54f4a47c
1 changed files with 9 additions and 0 deletions
|
|
@ -35,6 +35,15 @@
|
|||
<button label="${i18n:_('Down')}" onClick="orderElementTreeController.down();"></button>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<hbox>
|
||||
<!-- Filter by label -->
|
||||
<combobox>
|
||||
<comboitem label="Filter by Label" />
|
||||
</combobox>
|
||||
<bandboxSearch id="bdLabels" finder="LabelBandboxFinder" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<tree id="tree" width="1050" multiple="true" droppable="true"
|
||||
onDrop="orderElementTreeController.move(self, event.dragged)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue