Show progress type selector only in Company view

FEA: ItEr64OTS04ReporteAvancesCadeaCritica
This commit is contained in:
Diego Pino Garcia 2010-11-30 16:04:15 +01:00
parent 4219f19478
commit 70163786af
2 changed files with 6 additions and 3 deletions

View file

@ -48,9 +48,11 @@ planner = self;
</listbox>
<!-- Progress type -->
<label>${i18n:_('Progress')}:</label>
<listbox id="lbProgressTypes"
mold="select" />
<hbox id="hboxProgressType" visible="false">
<label>${i18n:_('Progress')}:</label>
<listbox id="lbProgressTypes"
mold="select" />
</hbox>
<button id="showCriticalPath" onClick="planner.showCriticalPath();"
image="/common/img/ico_criticalpath.png"

View file

@ -161,6 +161,7 @@ public class CompanyPlanningController implements Composer {
}
});
planner.getFellow("hboxProgressType").setVisible(true);
}
private Listitem findListitemValue(Listbox listbox, ProgressType value) {