WEBUI EPG: Change text and icon for stop button
This commit is contained in:
parent
d1f43ae2c0
commit
36a60f8f9e
3 changed files with 8 additions and 4 deletions
|
@ -167,9 +167,9 @@ tvheadend.epgDetails = function(event) {
|
|||
if (recording) {
|
||||
buttons.push(new Ext.Button({
|
||||
handler: stopDVR,
|
||||
iconCls: 'cancel',
|
||||
iconCls: 'stopRec',
|
||||
tooltip: 'Stop recording of this program',
|
||||
text: "Stop DVR"
|
||||
text: "Stop record"
|
||||
}));
|
||||
}
|
||||
|
||||
|
@ -214,8 +214,8 @@ tvheadend.epgDetails = function(event) {
|
|||
title: 'Broadcast Details',
|
||||
iconCls: 'broadcast_details',
|
||||
layout: 'fit',
|
||||
width: 600,
|
||||
height: 400,
|
||||
width: 650,
|
||||
height: 450,
|
||||
constrainHeader: true,
|
||||
buttons: buttons,
|
||||
buttonAlign: 'center',
|
||||
|
|
|
@ -198,6 +198,10 @@
|
|||
background-image: url(../icons/rec.png) !important;
|
||||
}
|
||||
|
||||
.stopRec {
|
||||
background-image: url(../icons/stop_rec.png) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-image: url(../icons/information.png) !important;
|
||||
}
|
||||
|
|
BIN
src/webui/static/icons/stop_rec.png
Normal file
BIN
src/webui/static/icons/stop_rec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Add table
Reference in a new issue