File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 216
216
<button id="statsBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate ('Stats ' ) ?> " ><i class="fa fa-info"></i></button>
217
217
<button id="framesBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate ('Frames ' ) ?> " ><i class="fa fa-picture-o"></i></button>
218
218
<button id="deleteBtn" class="btn btn-danger" data-toggle="tooltip" data-placement="top" title="<?php echo translate ('Delete ' ) ?> "><i class="fa fa-trash"></i></button>
219
- <a href="?view=montagereview&live=0¤t=<?php echo urlencode ($ Event ->StartDateTime ()) ?> " class="btn btn-normal" title="<?php echo translate ('Montage Review ' ) ?> "><i class="material-icons md-18">grid_view</i></a>
219
+ <a id="montageReviewBtn" href="?view=montagereview&live=0¤t=<?php echo urlencode ($ Event ->StartDateTime ()) ?> " class="btn btn-normal" title="<?php echo translate ('Montage Review ' ) ?> "><i class="material-icons md-18">grid_view</i></a>
220
220
<?php
221
221
if (canView ('System ' )) { ?>
222
222
<button id="toggleZonesButton" class="btn btn-<?php echo $ showZones ?'normal ' :'secondary ' ?> " title="<?php echo translate (($ showZones ?'Hide ' :'Show ' ).' Zones ' )?> " ><span class="material-icons"><?php echo $ showZones ?'layers_clear ' :'layers ' ?> </span</button>
You can’t perform that action at this time.
0 commit comments