ItEr15S12RFComportamentoGraficoPlanificadorItEr14S13: Removed no longer used "Detail Level:" string.
This commit is contained in:
parent
60cf55bf07
commit
39a98934fc
2 changed files with 0 additions and 5 deletions
|
|
@ -18,7 +18,6 @@ import org.zkoss.ganttz.util.zoom.ZoomLevelChangedListener;
|
|||
import org.zkoss.ganttz.util.zoom.TimeTrackerState.DetailItem;
|
||||
import org.zkoss.zk.ui.AbstractComponent;
|
||||
import org.zkoss.zk.ui.HtmlMacroComponent;
|
||||
import org.zkoss.zul.Label;
|
||||
|
||||
/**
|
||||
* @author Javier Moran Rua <jmoran@igalia.com>
|
||||
|
|
@ -109,8 +108,6 @@ public class TimeTracker extends HtmlMacroComponent {
|
|||
datesMapper = null;
|
||||
detailsFirstLevelCached = null;
|
||||
detailsSecondLevelCached = null;
|
||||
final Label lb = (Label) getFellow("mcdetaillevel");
|
||||
lb.setValue(getDetailLevel().toString());
|
||||
recreate();
|
||||
fireZoomChanged(d);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@
|
|||
<hbox>
|
||||
<button image="/zkau/web/ganttz/img/zoom_in.gif" forward="onIncrease"/>
|
||||
<button image="/zkau/web/ganttz/img/zoom_out.gif" forward="onDecrease"/>
|
||||
<label value="Detail level:"/>
|
||||
<label id="mcdetaillevel" value="${c:l(arg.detailLevel)}"/>
|
||||
</hbox>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue