Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pepsonEL authored and perexg committed Nov 7, 2014
1 parent 80563f1 commit e012bf8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -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 },
Expand Down
3 changes: 2 additions & 1 deletion src/webui/static/app/epg.js
Expand Up @@ -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
},
'->',
Expand Down
8 changes: 6 additions & 2 deletions src/webui/static/app/ext.css
Expand Up @@ -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;
Expand Down Expand Up @@ -263,7 +267,7 @@
}

.clock {
background-image: url(../icons/schedule.png) !important;
background-image: url(../icons/clock.png) !important;
}

.exclamation {
Expand Down Expand Up @@ -291,7 +295,7 @@
}

.scheduled {
background-image: url(../icons/clock.png) !important;
background-image: url(../icons/scheduled.png) !important;
}

.recordingError {
Expand Down
Binary file modified src/webui/static/icons/broadcast_details.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/webui/static/icons/schedule.png
Binary file not shown.
Binary file added src/webui/static/icons/scheduled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/webui/static/icons/time_schedules.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 e012bf8

Please sign in to comment.