From 13bee4517a43644607b5c422326afea438af00bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 26 Aug 2008 14:59:18 +0000 Subject: [PATCH] striped rows looks nice. --- webui/static/app/chconf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/app/chconf.js b/webui/static/app/chconf.js index 3b8051dc..86f5d93d 100644 --- a/webui/static/app/chconf.js +++ b/webui/static/app/chconf.js @@ -78,6 +78,7 @@ tvheadend.channeldetails = function(chid, chname) { var transportsgrid = new Ext.grid.EditorGridPanel({ title:'Transports', anchor: '100% 50%', + stripeRows:true, plugins:[enabledColumn, expander], store: transportsstore, clicksToEdit: 2,