]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use striped rows in common grid editor
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 30 Jun 2009 21:55:35 +0000 (21:55 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 30 Jun 2009 21:55:35 +0000 (21:55 +0000)
src/webui/static/app/tableeditor.js

index ff30bc23817b5296925ec978f9e5259b1668887f..0faca650ed86462079fae2bd2eb4dac962b2ed5a 100644 (file)
@@ -111,6 +111,7 @@ tvheadend.tableEditor = function(title, dtable, cm, rec, plugins, store,
        cm: cm,
         viewConfig: {forceFit:true},
        selModel: selModel,
+       stripeRows: true,
        tbar: [{
            tooltip: 'Create a new entry on the server. '+
                'The new entry is initially disabled so it must be enabled '+