libs/web: add missing css class to cbi simpleform template

This commit is contained in:
Jo-Philipp Wich 2012-08-08 11:29:46 +00:00
parent bf7b19f33b
commit 4d2332c01c

View file

@ -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