Revision 2015fba5
Von Cem Aydin vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/gl/form_header.html | ||
---|---|---|
4 | 4 |
[% USE L %] |
5 | 5 |
<h1>[% title | html %]</h1> |
6 | 6 |
|
7 |
[%- INCLUDE 'common/flash.html' %] |
|
8 |
|
|
9 | 7 |
<script type="text/javascript"> |
10 | 8 |
<!-- |
11 | 9 |
function copy_debit_to_credit() { |
... | ... | |
20 | 18 |
|
21 | 19 |
<form method="post" name="gl" action="gl.pl" id="form"> |
22 | 20 |
|
21 |
[%- INCLUDE 'common/flash.html' %] |
|
22 |
|
|
23 | 23 |
[% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] |
24 | 24 |
[% L.hidden_tag(name, $name) %] |
25 | 25 |
[% END %] |
... | ... | |
51 | 51 |
</ul> |
52 | 52 |
|
53 | 53 |
<div id="ui-tabs-basic-data"> |
54 |
[% INCLUDE 'common/flash.html' %][% # PENDENT: SOLL DAS AUCH IN DEN ANDEREN TABS STEHEN? WIRD SCHWIERIG ZUM CSS-PLAZIEREN %] |
|
55 | 54 |
|
56 | 55 |
<div class="wrapper"> |
57 | 56 |
|
Auch abrufbar als: Unified diff
Design40: Dialogbuchen: doppeltes flash include entfernt