Revision fa54fe66
Von Tamino Steinert vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/form.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
|
||
[%- INCLUDE "common/flash.html" %]
|
||
|
||
<form action="controller.pl" method="post" id="form">
|
||
|
||
[%- L.hidden_tag("type", SELF.type) %]
|
||
[%- L.hidden_tag("id", SELF.object.id) %]
|
||
|
||
[%- SET sub_file = "simple_system_setting/_" _ sub_form_template _ "_form.html";
|
||
INCLUDE $sub_file %]
|
||
</form>
|
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting form hinzugefügt