Please add icon help for all button for all tabs because i am beginner
and i dont know how...
var helpButton = new Ext.Button({
text: 'Help',
+ iconCls: 'help',
handler: function() {
new tvheadend.help('General Configuration', 'config_misc.html');
}
tvheadend.autorecButton = new Ext.Button({
text: 'Create AutoRec',
- iconCls: 'wand',
+ iconCls: 'autoRec',
tooltip: 'Create an automatic recording entry that will '
+ 'record all future programmes that matches '
+ 'the current query.',
'->',
{
text: 'Watch TV',
- iconCls: 'eye',
+ iconCls: 'watchTv',
handler: function() {
new tvheadend.VideoPlayer();
}
'-',
{
text: 'Help',
+ iconCls: 'help',
handler: function() {
new tvheadend.help('Electronic Program Guide', 'epg.html');
}
background-image: url(../icons/channel_tags.png) !important;
}
+.help{
+ background-image: url(../icons/help.png) !important;
+}
+
+.watchTv{
+ background-image: url(../icons/watch_tv.png) !important;
+}
+
+.autoRec{
+ background-image: url(../icons/auto_rec.png) !important;
+}
+
.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;