From 02add0763c84c7f6a1c4ce7e1f65c3c9b9bdcfe8 Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Sun, 12 Oct 2014 10:28:08 +0200 Subject: [PATCH] WEBUI: changed icon for upcoming and finished recording --- src/webui/static/app/dvr.js | 4 ++-- src/webui/static/app/ext.css | 8 ++++++++ src/webui/static/icons/upcoming_rec.png | Bin 0 -> 762 bytes 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/webui/static/icons/upcoming_rec.png diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 22d83821..14d91fd6 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -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,' + diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 3c431a38..3f7bd81b 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -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; diff --git a/src/webui/static/icons/upcoming_rec.png b/src/webui/static/icons/upcoming_rec.png new file mode 100644 index 0000000000000000000000000000000000000000..e54d0f26b0a53945250990cf336a475f7c853595 GIT binary patch literal 762 zcmVKf#5GaRG+J;KFp{!eY`A5+8kF zD4K#)+NN|mPwyQWu!-R&-`u&cbH8)GbBSr1V69XtEtSjVX~+A#&b@CDzV&qLomfUCbBp5dz?`8t_x9-|_v$GIe0+gq7`1*DQjYb1@sBUh;pG<Rv z0h)$k5O#*mSwH6Cz~)JqNEVpM6R4CwHI-Fzi$Y!35xbrxW7n72xbJ+#?BeQIq}3W&t;FaB~LHp`kVa@*os~LesqWc+PaJyn>J`;Pzv0F1LGS&Hzt%K!iX07*qoM6N<$g5V)khX4Qo literal 0 HcmV?d00001