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:
parent
0d1f128e3a
commit
089159feab
6 changed files with 16 additions and 2 deletions
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
BIN
src/webui/static/icons/auto_rec.png
Normal file
BIN
src/webui/static/icons/auto_rec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 984 B |
BIN
src/webui/static/icons/help.png
Normal file
BIN
src/webui/static/icons/help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 571 B |
BIN
src/webui/static/icons/watch_tv.png
Normal file
BIN
src/webui/static/icons/watch_tv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 742 B |
Loading…
Add table
Reference in a new issue