Revision 3f0e31fd
Von Werner Hahn vor fast 2 Jahren hinzugefügt
templates/design40_webpages/part/form.html | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1> |
8 | 8 |
|
9 |
[% INCLUDE 'common/flash.html' %] |
|
10 |
|
|
11 | 9 |
<form method="post" id="ic" name="ic" action="controller.pl"> |
12 | 10 |
|
11 |
[% INCLUDE 'common/flash.html' %] |
|
12 |
|
|
13 | 13 |
[% L.hidden_tag('part.part_type' , SELF.part.part_type) %] |
14 | 14 |
[% L.hidden_tag('part.id' , SELF.part.id) %] |
15 | 15 |
[% L.hidden_tag('last_modification', SELF.part.last_modification) %] |
Auch abrufbar als: Unified diff
Design 4.0: part Flash richtig positioniert