Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI EPG: Change text and icon for stop button
  • Loading branch information
pepsonEL authored and perexg committed Nov 10, 2014
1 parent d1f43ae commit 36a60f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webui/static/app/epg.js
Expand Up @@ -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"
}));
}

Expand Down Expand Up @@ -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',
Expand Down
4 changes: 4 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -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;
}
Expand Down
Binary file added src/webui/static/icons/stop_rec.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36a60f8

Please sign in to comment.