Navigation buttons for video.ja

This commit is contained in:
digital-gnome
2017-09-29 21:53:15 -04:00
parent 0e2b7d1b52
commit 7c72ff1fd9

View File

@@ -199,6 +199,13 @@ if ( $Event->DefaultVideo() ) {
});
});
</script>
<p id="replayAllCountDown"></p>
<p id="dvrControlsVjs" class="dvrControls">
<input type="button" value="&lt;+" id="prevBtnVjs" title="<?php echo translate('Prev') ?>" class="active" onclick="streamPrev( true );"/>
<input type="button" value="+&gt;" id="nextBtnVjs" title="<?php echo translate('Next') ?>" class="active" onclick="streamNext( true );"/>
</p>
<?php
} // end if DefaultVideo
?>