summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-10-12 10:56:11 -0400
committerGitHub <noreply@github.com>2016-10-12 10:56:11 -0400
commita3d4132cc177a8009ba53630808abaa245bbaf79 (patch)
treeec891a02273110c34efb5a6f15158fc634d85f4e /www/templates/events-modal.html
parent986006947c3a6ac404d6868c113a03aaf202dcc2 (diff)
parent77670b3180515076ba19febd0cdff4d7ecb4da69 (diff)
Merge pull request #349 from pliablepixels/montage-jazz
Montage jazz Former-commit-id: ba1be6c70c55a7274d980d9b418b8bc385704ba2
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index e6211aab..b71cf751 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -78,7 +78,7 @@
<div ng-if="( (defaultVideo=='') || (loginData.enableh264==false)) && (loginData.useNphZmsForEvents==true)">
<div id="event_canvas">
<canvas style="padding-left:23px;
- padding-right:23px;" id="eventchart" width="auto" height="20px"></canvas>
+ padding-right:23px;" id="eventchart" width="auto" height="20"></canvas>
</div>
<div ng-if="checkEventOn" id="event_slider" data-tap-disabled="false">
<div class="range">
@@ -113,6 +113,9 @@
<a mfb-button icon="ion-skip-backward" label="{{'kFastRewind'|translate}}" ng-click="adjustSpeed('fr');"></a>
<a mfb-button icon="ion-skip-forward" label="{{'kFastForward'|translate}}" ng-click="adjustSpeed('ff');"></a>
<a mfb-button icon="ion-play" label="{{'kNormalPlay'|translate}}" ng-click="adjustSpeed('np');"></a>
+
+
+
<a mfb-button icon="ion-pause" label="{{'kPause'|translate}}" ng-click="adjustSpeed('p');"> </a>