Update plannerLayout.zul

For Bug #1909
Need that onSelect.
This commit is contained in:
j-arnott 2021-09-27 11:17:47 -05:00 committed by GitHub
parent 5edc24fa86
commit 9d349ca341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,10 @@
<!-- Visualization modes --> <!-- Visualization modes -->
<space bar="true" /> <space bar="true" />
<label>${ganttzk_i18n:_('Zoom')}:</label> <listbox id="listZoomLevels" mold="select" rows="1"
<listbox id="listZoomLevels" mold="select" rows="1" model="${planner.zoomLevels}"> model="${planner.zoomLevels}"
</listbox> onSelect="planner.setZoomLevel(self.selectedItem.value,1);" />
<!-- Progress type --> <!-- Progress type -->