From: Piotr Kuchciak Date: Wed, 5 Nov 2014 08:10:44 +0000 (+0100) Subject: WEBUI: cosmetic changes X-Git-Tag: v4.1~854 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e012bf8ccec6fcbbcf3562c98a4a0d1185b28645;p=thirdparty%2Ftvheadend.git WEBUI: cosmetic changes -changed icon for adapters -scheduled icon changed: https://www.iconfinder.com/icons/8810/calendar_date_time_icon#size=16 -time schedule icon changed: https://www.iconfinder.com/icons/9211/calendar_diary_today_icon#size=16 -add icon for Reset All in EPG page --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index fb22c89e6..b0e18f282 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -465,7 +465,7 @@ tvheadend.timerec_editor = function(panel, index) { url: 'api/dvr/timerec', titleS: 'Time Schedule', titleP: 'Time Schedules', - iconCls: 'clock', + iconCls: 'time_schedules', tabIndex: index, columns: { enabled: { width: 50 }, diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 05a01e528..a697dab61 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -745,7 +745,8 @@ tvheadend.epg = function() { epgFilterDuration, '-', { text: 'Reset All', - tooltip: 'Reset all filters to no filters', + iconCls: 'resetIcon', + tooltip: 'Reset all filters (show all)', handler: epgQueryClear }, '->', diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 7f6db7ba4..4f801598e 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -73,6 +73,10 @@ border-right: 1px solid #d0d0d0; } +.x-tree-node-leaf .x-tree-node-icon { + background-image:url(../icons/tv_cards.gif); +} + .ux-mselect { overflow: auto; background: white; @@ -263,7 +267,7 @@ } .clock { - background-image: url(../icons/schedule.png) !important; + background-image: url(../icons/clock.png) !important; } .exclamation { @@ -291,7 +295,7 @@ } .scheduled { - background-image: url(../icons/clock.png) !important; + background-image: url(../icons/scheduled.png) !important; } .recordingError { diff --git a/src/webui/static/icons/broadcast_details.png b/src/webui/static/icons/broadcast_details.png index 591514007..e0b2fb784 100644 Binary files a/src/webui/static/icons/broadcast_details.png and b/src/webui/static/icons/broadcast_details.png differ diff --git a/src/webui/static/icons/schedule.png b/src/webui/static/icons/schedule.png deleted file mode 100644 index 96644b117..000000000 Binary files a/src/webui/static/icons/schedule.png and /dev/null differ diff --git a/src/webui/static/icons/scheduled.png b/src/webui/static/icons/scheduled.png new file mode 100644 index 000000000..6705dd9c7 Binary files /dev/null and b/src/webui/static/icons/scheduled.png differ diff --git a/src/webui/static/icons/time_schedules.png b/src/webui/static/icons/time_schedules.png index 037b5e1fe..462783e8f 100644 Binary files a/src/webui/static/icons/time_schedules.png and b/src/webui/static/icons/time_schedules.png differ