b30680e3444ba4944754607030177cbacd0a60e0
[kivitendo-erp.git] / templates / webpages / simple_system_setting / form.html
1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
2
3 [% SET style="width: 400px" %]
4 [% SET size=15 %]
5
6 <h1>[% HTML.escape(title) %]</h1>
7
8 [%- INCLUDE "common/flash.html" %]
9
10 <form action="controller.pl" method="post" id="form">
11
12  [%- L.hidden_tag("type", SELF.type) %]
13  [%- L.hidden_tag("id", SELF.object.id) %]
14
15  [%- SET sub_file = "simple_system_setting/_" _ sub_form_template _ "_form.html";
16      INCLUDE $sub_file %]
17 </form>