diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-08 11:29:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-08 11:29:46 +0000 |
commit | 4d2332c01c37be306ff356396bd1819deade0b7e (patch) | |
tree | b6c8b7bb117447b3799ddaedff7ec23ef7837543 /libs/web/luasrc | |
parent | bf7b19f33b2e0a784e5a0b63e5f4bc926d918d7e (diff) |
libs/web: add missing css class to cbi simpleform template
Diffstat (limited to 'libs/web/luasrc')
-rw-r--r-- | libs/web/luasrc/view/cbi/simpleform.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/simpleform.htm b/libs/web/luasrc/view/cbi/simpleform.htm index f7c9f3324..5216cd50f 100644 --- a/libs/web/luasrc/view/cbi/simpleform.htm +++ b/libs/web/luasrc/view/cbi/simpleform.htm @@ -18,7 +18,7 @@ <div class="error"><%=self.errmessage%></div> <%- end %> <% if not self.embedded then %> - <div> + <div class="cbi-page-actions"> <%- if type(self.hidden) == "table" then for k, v in pairs(self.hidden) do |