From ad57125f4132bef88ff0d2b4e34281ff812dc08b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 7 Mar 2009 11:30:41 +0000 Subject: Allow combination of SimpleForms as Forms into pages with Maps Allow subsequent changes of Table data --- libs/cbi/luasrc/view/cbi/simpleform.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/cbi/luasrc/view') diff --git a/libs/cbi/luasrc/view/cbi/simpleform.htm b/libs/cbi/luasrc/view/cbi/simpleform.htm index 66810a0718..e167a6e6d9 100644 --- a/libs/cbi/luasrc/view/cbi/simpleform.htm +++ b/libs/cbi/luasrc/view/cbi/simpleform.htm @@ -12,12 +12,13 @@ You may obtain a copy of the License at $Id$ -%> - +<% if not self.embedded then %>
+<% end %>

<%=self.title%>

<%=self.description%>
@@ -30,6 +31,7 @@ $Id$ <%- if self.errmessage then %>
<%=self.errmessage%>
<%- end %> +<% if not self.embedded then %>
<%- if self.submit ~= false then %> cbi_d_update();
+<% end %> -- cgit v1.2.3