From 2fdcebb22b00fcef6ff183ce68c6213e3b4beb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 30 Jun 2009 21:55:35 +0000 Subject: [PATCH] Use striped rows in common grid editor --- src/webui/static/app/tableeditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/tableeditor.js b/src/webui/static/app/tableeditor.js index ff30bc23..0faca650 100644 --- a/src/webui/static/app/tableeditor.js +++ b/src/webui/static/app/tableeditor.js @@ -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 '+