spaces to tabs, hide video stuff if video writer is turned off

This commit is contained in:
Isaac Connor 2014-11-28 16:47:16 -05:00
parent 69090563d5
commit 617179b649
1 changed files with 129 additions and 127 deletions

View File

@ -185,6 +185,7 @@ else
?>
</div>
</div>
<?php if ( $Monitor[VideoWriter} ) { ?>
<div id="eventVideo" class="hidden">
<div id="videoFeed">
<video id="videoobj" width="<?= $event['Width'] ?>" height="<?= $event['Height'] ?>" controls autoplay>
@ -232,6 +233,7 @@ else
</div>
</div>
</div>
<?php } ) ?>
</div>
</div>
</body>