ItEr37S08CUCreacionUnidadesPlanificacionItEr36S11: Adding recommended allocation checkbox
This commit is contained in:
parent
07e582f527
commit
ac2ffa1ca0
2 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ import org.zkoss.zk.ui.event.Event;
|
|||
import org.zkoss.zk.ui.event.EventListener;
|
||||
import org.zkoss.zk.ui.util.GenericForwardComposer;
|
||||
import org.zkoss.zul.Button;
|
||||
import org.zkoss.zul.Checkbox;
|
||||
import org.zkoss.zul.Datebox;
|
||||
import org.zkoss.zul.Grid;
|
||||
import org.zkoss.zul.Intbox;
|
||||
|
|
@ -107,6 +108,8 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
|
||||
private Radiogroup calculationTypeSelector;
|
||||
|
||||
private Checkbox recommendedAllocationCheckbox;
|
||||
|
||||
private Datebox taskEndDate;
|
||||
|
||||
private Button applyButton;
|
||||
|
|
|
|||
|
|
@ -142,6 +142,12 @@
|
|||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<panel style="margin-top: 5px">
|
||||
<panelchildren>
|
||||
<checkbox id="recommendedAllocationCheckbox"></checkbox>
|
||||
<label value="${i18n:_('Recommended Allocation')}" />
|
||||
</panelchildren>
|
||||
</panel>
|
||||
<!-- Assigned resources -->
|
||||
<panel title="${i18n:_('Allocations')}" border="normal" style="margin-top: 5px" sclass="assignedresources">
|
||||
<panelchildren>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue