-Clean icon image cache
-Reset Icon
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Reset (clear) the selected icon URLs',
- iconCls: 'cancel',
+ iconCls: 'resetIcon',
text: 'Reset Icon',
disabled: false
});
var imagecacheButton = new Ext.Button({
text: "Clean image (icon) cache",
tooltip: 'Clean image cache on storage',
- iconCls: 'drive',
+ iconCls: 'clean',
handler: cleanImagecache
});
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;