WEBUI: change icon watch TV, Auto Record, add icon for HELP

Please add icon help for all button for all tabs because i am beginner
and i dont know how...
This commit is contained in:
Piotr Kuchciak 2014-10-10 15:23:12 +02:00 committed by Jaroslav Kysela
parent 0d1f128e3a
commit 089159feab
6 changed files with 16 additions and 2 deletions

View file

@ -216,6 +216,7 @@ tvheadend.miscconf = function(panel, index) {
var helpButton = new Ext.Button({
text: 'Help',
iconCls: 'help',
handler: function() {
new tvheadend.help('General Configuration', 'config_misc.html');
}

View file

@ -703,7 +703,7 @@ tvheadend.epg = function() {
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.',
@ -723,7 +723,7 @@ tvheadend.epg = function() {
'->',
{
text: 'Watch TV',
iconCls: 'eye',
iconCls: 'watchTv',
handler: function() {
new tvheadend.VideoPlayer();
}
@ -733,6 +733,7 @@ tvheadend.epg = function() {
'-',
{
text: 'Help',
iconCls: 'help',
handler: function() {
new tvheadend.help('Electronic Program Guide', 'epg.html');
}

View file

@ -390,6 +390,18 @@
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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B