Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fa54fe66

Von Tamino Steinert vor etwa 2 Jahren hinzugefügt

  • ID fa54fe6638d4a6bb7c340e9b914eed87a3b20b42
  • Vorgänger ae734ec6
  • Nachfolger 7b7f1e48

Design 4.0: SimpleSystemSetting form hinzugefügt

Unterschiede anzeigen:

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