WEBUI: changed icon debug, add icon help for something tabs

Please make help icon for other tabs...
This commit is contained in:
Piotr Kuchciak 2014-10-10 19:31:49 +02:00 committed by Jaroslav Kysela
parent a07a889cb1
commit 6051184e55
6 changed files with 9 additions and 1 deletions

View file

@ -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();
}

View file

@ -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');
}

View file

@ -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;

View file

@ -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');
}

View file

@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,005 B