summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-10-03 16:56:35 +0000
committerSteven Barth <steven@midlink.org>2008-10-03 16:56:35 +0000
commit24a52d6f3eb17976450959aa38ad63b291c2fb54 (patch)
tree148926d8c9dd28a1afd28c4a6d3a43e71faa0d28 /applications
parent741dd0bcd3fbd342c79a689721f793c892dcfc5c (diff)
Fixed last commit
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua2
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua
index f21d36a76..bf826616a 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua
@@ -20,7 +20,7 @@ m = Map("firewall", translate("fw_redirect"), translate("fw_redirect_desc"))
s = m:section(NamedSection, arg[1], "redirect", "")
s.anonymous = true
-back = s:option(DummyValue, translate("overview"))
+back = s:option(DummyValue, "_overview", translate("overview"))
back.value = ""
back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "redirection")
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua
index 3d1a041f4..2538c1be4 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua
@@ -17,7 +17,7 @@ m = Map("firewall", translate("firewall_rule"), translate("firewall_rule_desc"))
s = m:section(NamedSection, arg[1], "rule", "")
s.anonymous = true
-back = s:option(DummyValue, translate("overview"))
+back = s:option(DummyValue, "_overview", translate("overview"))
back.value = ""
back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "traffic")