Revision 6c006ec8
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/ar/form_footer.html | ||
---|---|---|
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE P %] |
5 | 5 |
|
6 |
[% IF ( follow_up_length && follow_up_due_length ) %] |
|
7 |
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %] |
|
8 |
[% END %] |
|
6 |
[% IF ( follow_up_length && follow_up_due_length ) %] |
|
7 |
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %] |
|
8 |
[% END %] |
|
9 |
|
|
10 |
<input type="hidden" name="gldate" value="[% gldate | html %]"> |
|
11 |
<input type="hidden" name="callback" value="[% callback | html %]"> |
|
12 |
[% P.hidden_tag('draft_id', draft_id) %] |
|
13 |
[% P.hidden_tag('draft_description', draft_description) %] |
|
9 | 14 |
|
10 |
<input type="hidden" name="gldate" value="[% gldate | html %]"> |
|
11 |
<input type="hidden" name="callback" value="[% callback | html %]"> |
|
12 |
[% P.hidden_tag('draft_id', draft_id) %] |
|
13 |
[% P.hidden_tag('draft_description', draft_description) %] |
|
14 | 15 |
</form> |
15 | 16 |
|
16 |
<script type="text/javascript"> |
|
17 |
<!-- |
|
17 |
<script type="text/javascript"><!-- |
|
18 | 18 |
$(document).ready(function() { |
19 |
[%- SET row=0 %]
|
|
20 |
[%- WHILE row < rowcount %]
|
|
21 |
[%- SET row=row + 1 %]
|
|
19 |
[% SET row=0 %] |
|
20 |
[% WHILE row < rowcount %] |
|
21 |
[% SET row=row + 1 %] |
|
22 | 22 |
$('#AR_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) { |
23 | 23 |
kivi.GL.update_taxes(this); |
24 | 24 |
}); |
25 |
[%- END %]
|
|
25 |
[% END %] |
|
26 | 26 |
}); |
27 |
--> |
|
28 |
</script> |
|
27 |
--></script> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/ar/form_footer.html