Make zones a link to zones_overview

This commit is contained in:
Isaac Connor 2017-03-30 10:45:55 -04:00
parent 8b7acb68a3
commit 5ea77f0781
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ xhtmlHeaders( __FILE__, translate('Console') );
<?php for ( $i = 0; $i < count($eventCounts); $i++ ) { ?>
<th class="colEvents"><?php echo $eventCounts[$i]['title'] ?></th>
<?php } ?>
<th class="colZones"><?php echo translate('Zones') ?></th>
<th class="colZones"><a href="<?php echo $_SERVER['PHP_SELF'] ?>?view=zones_overview"><?php echo translate('Zones') ?></a></th>
<?php if ( canEdit('Monitors') ) { ?>
<th class="colMark"><?php echo translate('Mark') ?></th>
<?php } ?>