diff options
author | Steven Barth <steven@midlink.org> | 2008-08-15 22:22:54 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-15 22:22:54 +0000 |
commit | f94fb5ac1843ae47a28cfa1ef2ea4cbdd6b239f2 (patch) | |
tree | c75438c3e3e036d0397daf91b343e810e4dac09a /libs/cbi | |
parent | c637f686ee4968010d85531c7021b5d08a79ddd0 (diff) |
Some cleanups
Diffstat (limited to 'libs/cbi')
-rw-r--r-- | libs/cbi/luasrc/cbi.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index ab342feec..7e2f53c80 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -492,6 +492,8 @@ function Table.__init__(self, form, data, ...) AbstractSection.__init__(self, datasource, "table", ...) self.template = "cbi/tblsection" + self.rowcolors = true + self.anonymous = true end function Table.cfgsections(self) |