Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Changed icon
-Clean icon image cache
-Reset Icon
  • Loading branch information
pepsonEL authored and perexg committed Oct 23, 2014
1 parent 4c3ff47 commit 4ad249e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webui/static/app/chconf.js
Expand Up @@ -206,7 +206,7 @@ tvheadend.channel_tab = function(panel, index)
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Reset (clear) the selected icon URLs',
iconCls: 'cancel',
iconCls: 'resetIcon',
text: 'Reset Icon',
disabled: false
});
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/config.js
Expand Up @@ -230,7 +230,7 @@ tvheadend.miscconf = function(panel, index) {
var imagecacheButton = new Ext.Button({
text: "Clean image (icon) cache",
tooltip: 'Clean image cache on storage',
iconCls: 'drive',
iconCls: 'clean',
handler: cleanImagecache
});

Expand Down
8 changes: 8 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -446,6 +446,14 @@
background-image: url(../icons/subscriptions.png) !important;
}

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

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

.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;
Expand Down
Binary file added src/webui/static/icons/clean.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/reseticon.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 4ad249e

Please sign in to comment.