libs/web: add missing css class to cbi simpleform template
This commit is contained in:
parent
bf7b19f33b
commit
4d2332c01c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<div class="error"><%=self.errmessage%></div>
|
<div class="error"><%=self.errmessage%></div>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<% if not self.embedded then %>
|
<% if not self.embedded then %>
|
||||||
<div>
|
<div class="cbi-page-actions">
|
||||||
<%-
|
<%-
|
||||||
if type(self.hidden) == "table" then
|
if type(self.hidden) == "table" then
|
||||||
for k, v in pairs(self.hidden) do
|
for k, v in pairs(self.hidden) do
|
||||||
|
|
Loading…
Reference in a new issue