spacing, remove non html5 elements
parent
8c5687ca30
commit
7ea8be3fa8
|
@ -145,10 +145,10 @@ if ( $showPtzControls ) {
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
if ( canView( 'Events' ) && $monitor->Type() != 'WebSite' ) {
|
if ( canView('Events') && ($monitor->Type() != 'WebSite') ) {
|
||||||
?>
|
?>
|
||||||
<div id="events">
|
<div id="events">
|
||||||
<table id="eventList" cellspacing="0">
|
<table id="eventList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="colId"><?php echo translate('Id') ?></th>
|
<th class="colId"><?php echo translate('Id') ?></th>
|
||||||
|
|
Loading…
Reference in New Issue