mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 01:24:34 -04:00
Navigation buttons for video.ja
This commit is contained in:
@@ -199,6 +199,13 @@ if ( $Event->DefaultVideo() ) {
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<p id="replayAllCountDown"></p>
|
||||
<p id="dvrControlsVjs" class="dvrControls">
|
||||
<input type="button" value="<+" id="prevBtnVjs" title="<?php echo translate('Prev') ?>" class="active" onclick="streamPrev( true );"/>
|
||||
<input type="button" value="+>" id="nextBtnVjs" title="<?php echo translate('Next') ?>" class="active" onclick="streamNext( true );"/>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
} // end if DefaultVideo
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user