Revision 526dad12
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/ap/form_header.html | ||
---|---|---|
3 | 3 |
[%- USE T8 %] |
4 | 4 |
[%- USE LxERP %][%- USE P -%] |
5 | 5 |
|
6 |
<form method="post" action="[% script | html %]"> |
|
6 |
<h1>[% title | html %]</h1> |
|
7 |
|
|
8 |
[%- INCLUDE 'common/flash.html' %] |
|
9 |
|
|
10 |
<form method="post" action="[% script | html %]" id="form"> |
|
7 | 11 |
|
8 | 12 |
<input type="hidden" name="terms" value="[% terms | html %]"> |
9 | 13 |
|
... | ... | |
45 | 49 |
<input type="hidden" name="[% temp %]" value="[% $temp | html %]"> |
46 | 50 |
[% END %] |
47 | 51 |
|
48 |
<h1>[% title | html %]</h1> |
|
49 |
|
|
50 | 52 |
[% IF ( saved_message ) %] |
51 | 53 |
<p>[% saved_message | html %]</p> |
52 | 54 |
[% END %] |
templates/webpages/ar/form_header.html | ||
---|---|---|
3 | 3 |
[%- USE T8 %] |
4 | 4 |
[%- USE LxERP %][%- USE P -%] |
5 | 5 |
|
6 |
<form method=post name="arledger" action="[% script %]"> |
|
6 |
<h1>[% title | html %]</h1> |
|
7 |
|
|
8 |
[%- INCLUDE 'common/flash.html' %] |
|
9 |
|
|
10 |
<form method=post name="arledger" action="[% script %]" id="form"> |
|
7 | 11 |
|
8 | 12 |
[% L.hidden_tag('id', id) %] |
9 | 13 |
[% L.hidden_tag('sort', sort) %] |
... | ... | |
16 | 20 |
[% L.hidden_tag('follow_up_rowcount', 1) %] |
17 | 21 |
<input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]"> |
18 | 22 |
|
19 |
<h1>[% title | html %]</h1> |
|
20 |
|
|
21 | 23 |
[%- IF saved_message %]<p>[% saved_message | html %]</p>[% END %] |
22 | 24 |
|
23 | 25 |
<div class="tabwidget"> |
templates/webpages/gl/form_header.html | ||
---|---|---|
4 | 4 |
[%- USE L %] |
5 | 5 |
<h1>[% title | html %]</h1> |
6 | 6 |
|
7 |
[%- INCLUDE 'common/flash.html' %] |
|
8 |
|
|
7 | 9 |
<script type="text/javascript"> |
8 | 10 |
<!-- |
9 | 11 |
function copy_debit_to_credit() { |
... | ... | |
16 | 18 |
<script type="text/javascript" src="js/follow_up.js"></script> |
17 | 19 |
<script type="text/javascript" src="js/kivi.Draft.js"></script> |
18 | 20 |
|
19 |
<form method=post name="gl" action=gl.pl>
|
|
21 |
<form method="post" name="gl" action="gl.pl" id="form">
|
|
20 | 22 |
|
21 | 23 |
[% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] |
22 | 24 |
[% L.hidden_tag(name, $name) %] |
Auch abrufbar als: Unified diff
Finanzbuchhaltungsmasken: Flash anzeigen & <form> eine ID geben