]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Stripe rows and disable selection in EPG and DVR grid.
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 18 Sep 2008 20:12:38 +0000 (20:12 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 18 Sep 2008 20:12:38 +0000 (20:12 +0000)
webui/static/app/dvr.js
webui/static/app/epg.js

index 4fba7070fc85b5482bdd1e0d5532c12a230d9783..e511574fde305d39a0774d2264de3c14151c198e 100644 (file)
@@ -161,6 +161,8 @@ tvheadend.dvr = function() {
 
     var panel = new Ext.grid.GridPanel({
         loadMask: true,
+       stripeRows: true,
+       disableSelection: true,
        title: 'Digital Video Recorder',
        store: tvheadend.dvrStore,
        cm: dvrCm,
index cb93aee4e75c6e047b16206de0aef968d03d345c..d0599d6f645d751c39e99c419d78e4f6a36d75a9 100644 (file)
@@ -243,6 +243,8 @@ tvheadend.epg = function() {
 
     var panel = new Ext.grid.GridPanel({
         loadMask: true,
+       stripeRows: true,
+       disableSelection: true,
        title: 'Electronic Program Guide',
        store: epgStore,
        cm: epgCm,