mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
GIve event title an id, so we can update it
This commit is contained in:
@@ -226,7 +226,7 @@ if ( $Event->Id() and !file_exists($Event->Path()) )
|
||||
?>
|
||||
</div>
|
||||
|
||||
<h2><?php echo translate('Event').' '.$Event->Id() ?></h2>
|
||||
<h2 id="eventTitle"><?php echo translate('Event').' '.$Event->Id() ?></h2>
|
||||
|
||||
<div class="d-flex flex-row">
|
||||
<div id="replayControl">
|
||||
|
||||
Reference in New Issue
Block a user