parent
e6b72a0bd8
commit
21baa28cf6
2 changed files with 6 additions and 6 deletions
|
|
@ -45,7 +45,7 @@
|
|||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanel>
|
||||
<hbox align="end">
|
||||
<hbox align="end" width="100%">
|
||||
|
||||
<!-- Task Information -->
|
||||
<taskInformation id="taskInformation" />
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<!-- Multiple allocation selector -->
|
||||
<separator spacing="10px"/>
|
||||
|
||||
<hbox align="bottom">
|
||||
<hbox align="bottom" width="100%">
|
||||
<newAllocationSelectorCombo id="newAllocationSelectorCombo" behaviour="NON_LIMITING"/>
|
||||
<button label="${i18n:_('Add')}" onClick="allocationController.onSelectWorkers(newAllocationSelectorCombo)" />
|
||||
<button label="${i18n:_('Advanced search')}" onClick="allocationController.goToAdvancedSearch()" />
|
||||
|
|
|
|||
|
|
@ -27,11 +27,11 @@
|
|||
<caption label="${i18n:_('Task Information')}" />
|
||||
|
||||
<!-- Task rows -->
|
||||
<grid id="gridTaskRows">
|
||||
<grid id="gridTaskRows" width="100%">
|
||||
<columns>
|
||||
<column label="${i18n:_('Criteria')}" width="200px" align="center"/>
|
||||
<column label="${i18n:_('Type')}" width="200px" align="center"/>
|
||||
<column label="${i18n:_('Hours')}" align="center"/>
|
||||
<column label="${i18n:_('Criteria')}" width="300px" align="center"/>
|
||||
<column label="${i18n:_('Type')}" width="140px" align="center"/>
|
||||
<column label="${i18n:_('Hours')}" width="80px" align="center"/>
|
||||
</columns>
|
||||
<foot>
|
||||
<footer label=""/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue