mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-12 06:06:17 -04:00
spacing, remove non html5 elements
This commit is contained in:
@@ -145,10 +145,10 @@ if ( $showPtzControls ) {
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
if ( canView( 'Events' ) && $monitor->Type() != 'WebSite' ) {
|
||||
if ( canView('Events') && ($monitor->Type() != 'WebSite') ) {
|
||||
?>
|
||||
<div id="events">
|
||||
<table id="eventList" cellspacing="0">
|
||||
<table id="eventList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="colId"><?php echo translate('Id') ?></th>
|
||||
|
||||
Reference in New Issue
Block a user