WEBUI EPG: Change text and icon for stop button

This commit is contained in:
Piotr Kuchciak 2014-11-07 20:15:14 +01:00 committed by Jaroslav Kysela
parent d1f43ae2c0
commit 36a60f8f9e
3 changed files with 8 additions and 4 deletions

View file

@ -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',

View file

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB