From cbacca61087ffea5ad2134de4b4b27db034560d3 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 19 Feb 2014 01:16:21 +0100 Subject: [PATCH] gluon-luci-autoupdater: use expertmode template --- .../files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua b/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua index 8d6b3f32..960fe404 100644 --- a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua +++ b/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua @@ -13,6 +13,10 @@ $Id$ ]]-- m = Map("autoupdater", "Autoupdater") +m.submit = "Speichern" +m.reset = "Zurücksetzen" +m.pageaction = false +m.template = "admin/expertmode" s = m:section(TypedSection, "autoupdater", "Einstellungen") s.addremove = false