WEBUI: Changed icon

-Clean icon image cache
-Reset Icon
This commit is contained in:
Piotr Kuchciak 2014-10-23 10:13:03 +02:00 committed by Jaroslav Kysela
parent 4c3ff47cca
commit 4ad249ec01
5 changed files with 10 additions and 2 deletions

View file

@ -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
});

View file

@ -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
});

View file

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B