Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: add icons for windows and cosmetic changes
  • Loading branch information
pepsonEL authored and perexg committed Oct 31, 2014
1 parent 96bc6d8 commit 1034081
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/webui/static/app/mpegts.js
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions src/webui/static/app/servicemapper.js
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1034081

Please sign in to comment.