]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: add icons for windows and cosmetic changes
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Thu, 30 Oct 2014 17:57:26 +0000 (18:57 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 31 Oct 2014 15:18:43 +0000 (16:18 +0100)
src/webui/static/app/idnode.js
src/webui/static/app/mpegts.js
src/webui/static/app/servicemapper.js

index fdcd269e0fbfb041a7d66e905c80f98aee80eb13..0b0c292b268fee7ff5194132cc0cd11d477e7c39 100644 (file)
@@ -864,6 +864,7 @@ tvheadend.idnode_create = function(conf, onlyDefault)
     /* Create window */
     win = new Ext.Window({
         title: 'Add ' + conf.titleS,
+        iconCls: 'add',
         layout: 'fit',
         autoWidth: true,
         autoHeight: true,
@@ -1222,6 +1223,7 @@ tvheadend.idnode_grid = function(panel, conf)
                             p.setSize(800, 600);
                             var w = new Ext.Window({
                                 title: 'Edit ' + conf.titleS,
+                                iconCls: 'edit',
                                 layout: 'fit',
                                 autoWidth: true,
                                 autoHeight: true,
@@ -1245,6 +1247,7 @@ tvheadend.idnode_grid = function(panel, conf)
                                     var p = tvheadend.idnode_editor(d[0], c);
                                     w = new Ext.Window({
                                         title: 'Edit ' + conf.titleS,
+                                        iconCls: 'edit',
                                         layout: 'fit',
                                         autoWidth: true,
                                         autoHeight: true,
index 9261daea2494312eddd3add476d01a8973696345..9d751a7f10845e17b717d5b74674844f6a515667 100644 (file)
@@ -183,6 +183,7 @@ tvheadend.show_service_streams = function(data) {
 
     var win = new Ext.Window({
         title: 'Service details for ' + data.name,
+        iconCls: 'info',
         layout: 'fit',
         width: 650,
         height: 400,
index 89e63707fbc7c792c2af6e22a36e01e659acfb57..2a8065b5f74c25c1a9c5ad08410bc9e9b3da220d 100644 (file)
@@ -144,6 +144,7 @@ tvheadend.service_mapper = function(t, e, store, select)
             /* Dialog */
             win = new Ext.Window({
                 title: 'Service Mapper Status',
+                iconCls: 'clone',
                 layout: 'fit',
                 autoWidth: true,
                 autoHeight: true,
@@ -173,6 +174,7 @@ tvheadend.service_mapper = function(t, e, store, select)
     /* Create window */
     win = new Ext.Window({
         title: 'Map services',
+        iconCls: 'clone',
         layout: 'fit',
         autoWidth: true,
         autoHeight: true,