Merge pull request #2924 from Dvanderploeg/zoom_out_fix
Corrected zoom out button call
This commit is contained in:
commit
5cd37adad4
|
@ -50,7 +50,7 @@ function controlZoom($monitor, $cmds) {
|
||||||
<div class="arrowLabel"><?php echo translate('Tele') ?></div>
|
<div class="arrowLabel"><?php echo translate('Tele') ?></div>
|
||||||
<button type="button" class="longArrowBtn upBtn" data-on-click-this="controlCmd" value="<?php echo $cmds['ZoomTele'] ?>" data-xtell="0" data-ytell="-1"></button>
|
<button type="button" class="longArrowBtn upBtn" data-on-click-this="controlCmd" value="<?php echo $cmds['ZoomTele'] ?>" data-xtell="0" data-ytell="-1"></button>
|
||||||
<button type="button" class="arrowCenter"<?php if ( $control->CanZoomCon() ) { ?> data-on-click-this="controlCmd" value="<?php echo $cmds['ZoomStop'] ?>"<?php } ?>><?php echo translate('Zoom') ?></button>
|
<button type="button" class="arrowCenter"<?php if ( $control->CanZoomCon() ) { ?> data-on-click-this="controlCmd" value="<?php echo $cmds['ZoomStop'] ?>"<?php } ?>><?php echo translate('Zoom') ?></button>
|
||||||
<button type="button" class="longArrowBtn downBtn" data-on-click-data="controlCmd" value="<?php echo $cmds['ZoomWide'] ?>" data-xtell="0" data-ytell="1"></button>
|
<button type="button" class="longArrowBtn downBtn" data-on-click-this="controlCmd" value="<?php echo $cmds['ZoomWide'] ?>" data-xtell="0" data-ytell="1"></button>
|
||||||
<div class="arrowLabel"><?php echo translate('Wide') ?></div>
|
<div class="arrowLabel"><?php echo translate('Wide') ?></div>
|
||||||
<?php
|
<?php
|
||||||
if ( $control->CanAutoZoom() ) {
|
if ( $control->CanAutoZoom() ) {
|
||||||
|
|
Loading…
Reference in New Issue