projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7b19f
)
libs/web: add missing css class to cbi simpleform template
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 8 Aug 2012 11:29:46 +0000
(11:29 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 8 Aug 2012 11:29:46 +0000
(11:29 +0000)
libs/web/luasrc/view/cbi/simpleform.htm
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/view/cbi/simpleform.htm
b/libs/web/luasrc/view/cbi/simpleform.htm
index f7c9f3324392b8d62fbe7bfeecec5d9bf7b63098..5216cd50f1cc3ed8c21962bfc13d21a1d94b754a 100644
(file)
--- 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