update recording buttons
This commit is contained in:
parent
8542154fe8
commit
5cd2ee583d
93 changed files with 382 additions and 155 deletions
|
@ -91,7 +91,14 @@
|
|||
<button is="emby-button" type="button" class="button-flat btnCancelSeriesTimer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text">${ButtonCancelSeries}</div>
|
||||
<div class="detailButton-mobile-text">${CancelSeries}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnCancelTimer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text">${StopRecording}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
@ -137,6 +144,9 @@
|
|||
<button is="emby-button" type="button" class="raised subdued btnCancelSeriesTimer hide">
|
||||
<span>${ButtonCancelSeries}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnCancelTimer hide">
|
||||
<span>${ButtonStopRecording}</span>
|
||||
</button>
|
||||
|
||||
<div style="margin-left: .5em; display: flex; align-items: center;">
|
||||
<button is="emby-button" type="button" class="btnMoreCommands fab mini hide" title="${ButtonMore}"><i class="md-icon"></i></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue