WEBUI: changed icon for upcoming and finished recording

This commit is contained in:
Piotr Kuchciak 2014-10-12 10:28:08 +02:00 committed by Jaroslav Kysela
parent a51677e999
commit 02add0763c
3 changed files with 10 additions and 2 deletions

View file

@ -161,7 +161,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
gridURL: 'api/dvr/entry/grid_upcoming',
titleS: 'Upcoming Recording',
titleP: 'Upcoming Recordings',
iconCls: 'clock',
iconCls: 'upcomingRec',
tabIndex: index,
add: {
url: 'api/dvr/entry',
@ -233,7 +233,7 @@ tvheadend.dvr_finished = function(panel, index) {
readonly: true,
titleS: 'Finished Recording',
titleP: 'Finished Recordings',
iconCls: 'television',
iconCls: 'finishedRec',
tabIndex: index,
del: true,
list: 'disp_title,episode,start_real,stop_real,' +

View file

@ -406,6 +406,14 @@
background-image: url(../icons/debug.png) !important;
}
.upcomingRec{
background-image: url(../icons/upcoming_rec.png) !important;
}
.finishedRec{
background-image: url(../icons/accept.png) !important;
}
.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B