diff options
author | Steven Barth <steven@midlink.org> | 2008-07-29 15:33:28 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-29 15:33:28 +0000 |
commit | f8f4fe752307e1d0c042496b642aa691589c2a5f (patch) | |
tree | f538b93456733a1b8e2d0cfc08a84c72a6d49694 /libs/cbi/luasrc | |
parent | 43ffb3aacbe78fd7ed19217c23438f14acaa27f5 (diff) |
modules: Redesigned configuration save, apply, save & apply menu options
Diffstat (limited to 'libs/cbi/luasrc')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/footer.htm b/libs/cbi/luasrc/view/cbi/footer.htm index 9ff8de7fd1..732389c00a 100644 --- a/libs/cbi/luasrc/view/cbi/footer.htm +++ b/libs/cbi/luasrc/view/cbi/footer.htm @@ -14,7 +14,7 @@ $Id$ -%> <div> - <input type="submit" name="cbi.apply" value="<%:cbi_saveapply%>" /> + <input type="submit" name="cbi.apply" value="<%:saveapply%>" /> <input type="submit" value="<%:save%>" /> <input type="reset" value="<%:reset%>" /> <script type="text/javascript">cbi_d_init();</script> |