Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: cosmetic Add icon for channels and channel tags
  • Loading branch information
pepsonEL authored and perexg committed Oct 10, 2014
1 parent da9b9b5 commit 0d1f128
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/chconf.js
Expand Up @@ -200,6 +200,7 @@ tvheadend.channel_tab = function(panel, index)
comet: 'channel',
titleS: 'Channel',
titleP: 'Channels',
iconCls: 'channels',
tabIndex: index,
help: function() {
new tvheadend.help('Channels', 'config_channels.html');
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/cteditor.js
Expand Up @@ -9,6 +9,7 @@ tvheadend.cteditor = function(panel, index)
comet: 'channeltag',
titleS: 'Channel Tag',
titleP: 'Channel Tags',
iconCls: 'channelTags',
tabIndex: index,
add: {
url: 'api/channeltag',
Expand Down
8 changes: 8 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -382,6 +382,14 @@
background-image: url(../icons/other_filters.png) !important;
}

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

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

.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;
Expand Down
Binary file added src/webui/static/icons/channel_tags.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/webui/static/icons/channels.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 0d1f128

Please sign in to comment.