WEBUI: changed icon debug, add icon help for something tabs
Please make help icon for other tabs...
This commit is contained in:
parent
a07a889cb1
commit
6051184e55
6 changed files with 9 additions and 1 deletions
|
@ -724,6 +724,7 @@ tvheadend.epg = function() {
|
|||
{
|
||||
text: 'Watch TV',
|
||||
iconCls: 'watchTv',
|
||||
tooltip: 'Watch TV online in the window by web',
|
||||
handler: function() {
|
||||
new tvheadend.VideoPlayer();
|
||||
}
|
||||
|
|
|
@ -298,6 +298,7 @@ tvheadend.epggrab = function(panel, index) {
|
|||
|
||||
var helpButton = new Ext.Button({
|
||||
text: 'Help',
|
||||
iconCls: 'help',
|
||||
handler: function() {
|
||||
new tvheadend.help('EPG Grab Configuration', 'config_epggrab.html');
|
||||
}
|
||||
|
|
|
@ -402,6 +402,10 @@
|
|||
background-image: url(../icons/auto_rec.png) !important;
|
||||
}
|
||||
|
||||
.debug{
|
||||
background-image: url(../icons/debug.png) !important;
|
||||
}
|
||||
|
||||
.x-linked {
|
||||
display: inline-block;
|
||||
background-image: url(../icons/linked.gif) !important;
|
||||
|
|
|
@ -90,6 +90,7 @@ tvheadend.timeshift = function(panel, index) {
|
|||
|
||||
var helpButton = new Ext.Button({
|
||||
text: 'Help',
|
||||
iconCls: 'help',
|
||||
handler: function() {
|
||||
new tvheadend.help('Timeshift Configuration', 'config_timeshift.html');
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@ tvheadend.tvhlog = function(panel, index) {
|
|||
|
||||
var helpButton = new Ext.Button({
|
||||
text: 'Help',
|
||||
iconCls: 'help',
|
||||
handler: function() {
|
||||
new tvheadend.help('Debug Configuration', 'config_tvhlog.html');
|
||||
}
|
||||
|
@ -72,7 +73,7 @@ tvheadend.tvhlog = function(panel, index) {
|
|||
|
||||
var confpanel = new Ext.form.FormPanel({
|
||||
title: 'Debugging',
|
||||
iconCls: 'wrench',
|
||||
iconCls: 'debug',
|
||||
border: false,
|
||||
bodyStyle: 'padding:15px',
|
||||
labelAlign: 'left',
|
||||
|
|
BIN
src/webui/static/icons/debug.png
Normal file
BIN
src/webui/static/icons/debug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,005 B |
Loading…
Add table
Reference in a new issue