Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: changed icon debug, add icon help for something tabs
Please make help icon for other tabs...
  • Loading branch information
pepsonEL authored and perexg committed Oct 10, 2014
1 parent a07a889 commit 6051184
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/webui/static/app/epg.js
Expand Up @@ -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();
}
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/epggrab.js
Expand Up @@ -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');
}
Expand Down
4 changes: 4 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/timeshift.js
Expand Up @@ -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');
}
Expand Down
3 changes: 2 additions & 1 deletion src/webui/static/app/tvhlog.js
Expand Up @@ -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');
}
Expand All @@ -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',
Expand Down
Binary file added src/webui/static/icons/debug.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6051184

Please sign in to comment.