Make Zones a link to view/edit all zones

pull/3035/head
Isaac Connor 2020-09-05 09:15:09 -04:00
parent 778fdb9ab0
commit bf895f8f12
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ ob_start();
echo '<th class="colEvents">'. $eventCounts[$j]['title'] .'</th>'; echo '<th class="colEvents">'. $eventCounts[$j]['title'] .'</th>';
} }
?> ?>
<th class="colZones"><?php echo translate('Zones') ?></th> <th class="colZones"><a href="?view=zones"><?php echo translate('Zones') ?></a></th>
<?php if ( canEdit('Monitors') ) { ?> <?php if ( canEdit('Monitors') ) { ?>
<th class="colMark"><input type="checkbox" name="toggleCheck" value="1" data-checkbox-name="markMids[]" data-on-click-this="updateFormCheckboxesByName"/> <?php echo translate('All') ?></th> <th class="colMark"><input type="checkbox" name="toggleCheck" value="1" data-checkbox-name="markMids[]" data-on-click-this="updateFormCheckboxesByName"/> <?php echo translate('All') ?></th>
<?php } ?> <?php } ?>