summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-08 11:29:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-08 11:29:46 +0000
commit4d2332c01c37be306ff356396bd1819deade0b7e (patch)
treeb6c8b7bb117447b3799ddaedff7ec23ef7837543 /libs/web/luasrc
parentbf7b19f33b2e0a784e5a0b63e5f4bc926d918d7e (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.htm2
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