Piotr Kuchciak 2014-11-08 14:59:23 +01:00 committed by Jaroslav Kysela
parent 36a60f8f9e
commit 56b0012f4a
5 changed files with 11 additions and 3 deletions

View file

@ -129,7 +129,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Abort the selected recording',
iconCls: 'cancel',
iconCls: 'abort',
text: 'Abort',
disabled: true
});
@ -220,7 +220,7 @@ tvheadend.dvr_finished = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
iconCls: 'save',
iconCls: 'download',
text: 'Download',
disabled: true
});
@ -302,7 +302,7 @@ tvheadend.dvr_failed = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
iconCls: 'save',
iconCls: 'download',
text: 'Download',
disabled: true
});

View file

@ -482,6 +482,14 @@
background-image: url(../icons/time_schedules.png) !important;
}
.download{
background-image: url(../icons/download.png) !important;
}
.abort{
background-image: url(../icons/abort.png) !important;
}
.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 B

After

Width:  |  Height:  |  Size: 675 B