put a zones class on the svg
This commit is contained in:
parent
c73e768f1f
commit
6d27a857aa
|
@ -47,7 +47,7 @@ xhtmlHeaders(__FILE__, translate('Zones') );
|
|||
</div>
|
||||
<div id="content">
|
||||
<?php echo getStreamHTML( $monitor ); ?>
|
||||
<svg width="<?php echo $monitor->Width ?>" height="<?php echo $monitor->Height ?>" style="margin-top: -<?php echo $monitor->Height ?>px;background: none;">
|
||||
<svg class="zones" width="<?php echo $monitor->Width ?>" height="<?php echo $monitor->Height ?>" style="margin-top: -<?php echo $monitor->Height ?>px;background: none;">
|
||||
<?php
|
||||
foreach( array_reverse($zones) as $zone ) {
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue