WEBUI: add icons for windows and cosmetic changes

This commit is contained in:
Piotr Kuchciak 2014-10-30 18:57:26 +01:00 committed by Jaroslav Kysela
parent 96bc6d894b
commit 1034081317
3 changed files with 6 additions and 0 deletions

View 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,

View 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,

View 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,