spacing and quotes
This commit is contained in:
parent
870300ed93
commit
328b804465
|
@ -73,7 +73,7 @@ if ( canView('Control') && $monitor->Type() == 'Local' ) {
|
|||
<?php
|
||||
}
|
||||
?>
|
||||
<div id="scaleControl"><?php echo translate('Scale') ?>: <?php echo buildSelect( "scale", $scales, "changeScale( this );" ); ?></div>
|
||||
<div id="scaleControl"><?php echo translate('Scale') ?>: <?php echo buildSelect('scale', $scales, 'changeScale(this);'); ?></div>
|
||||
</div>
|
||||
<div id="closeControl"><a href="#" onclick="<?php echo $popup ? 'window.close()' : 'window.history.back()' ?>"><?php echo $popup ? translate('Close') : translate('Back') ?></a></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue