Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: changed icon for upcoming and finished recording
  • Loading branch information
pepsonEL authored and perexg committed Oct 12, 2014
1 parent a51677e commit 02add07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/dvr.js
Expand Up @@ -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',
Expand Down Expand Up @@ -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,' +
Expand Down
8 changes: 8 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -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;
Expand Down
Binary file added src/webui/static/icons/upcoming_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 02add07

Please sign in to comment.