]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: cosmetic changes
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Wed, 5 Nov 2014 08:10:44 +0000 (09:10 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 7 Nov 2014 14:56:44 +0000 (15:56 +0100)
-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

src/webui/static/app/dvr.js
src/webui/static/app/epg.js
src/webui/static/app/ext.css
src/webui/static/icons/broadcast_details.png
src/webui/static/icons/schedule.png [deleted file]
src/webui/static/icons/scheduled.png [new file with mode: 0644]
src/webui/static/icons/time_schedules.png

index fb22c89e68068366e3845714321f428b37f21f4f..b0e18f282a169446a4f340f2423ddb3b7ee07ae8 100644 (file)
@@ -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 },
index 05a01e5288ceb9efa65f3ddee5a1f94acc6f0fde..a697dab614610fdc8a8a95b50661400796733f3d 100644 (file)
@@ -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
         },
         '->',
index 7f6db7ba4afea145762d39fa907926da9453f5e5..4f801598e6de337eb8955b2ffa05a229c9ab50d3 100644 (file)
     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;
 }
 
 .clock {
-    background-image: url(../icons/schedule.png) !important;
+    background-image: url(../icons/clock.png) !important;
 }
 
 .exclamation {
 }
 
 .scheduled {
-    background-image: url(../icons/clock.png) !important;
+    background-image: url(../icons/scheduled.png) !important;
 }
 
 .recordingError {
index 591514007eab666bab893371dd9ad8359cbafd52..e0b2fb78442a7e315cd3f4dae43630fffe9a82fb 100644 (file)
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 (file)
index 96644b1..0000000
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 (file)
index 0000000..6705dd9
Binary files /dev/null and b/src/webui/static/icons/scheduled.png differ
index 037b5e1fe65a06978adfeba5b18ba2a5e8f1e197..462783e8f5476a96422a1c5d113558a8be171278 100644 (file)
Binary files a/src/webui/static/icons/time_schedules.png and b/src/webui/static/icons/time_schedules.png differ