Revision fa54fe66
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/form.html | ||
---|---|---|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
4 |
[% USE T8 %] |
|
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> |
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting form hinzugefügt