Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cdb3f02c

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID cdb3f02c1c7f5e3270bfec6a7d83421127c77b83
  • Vorgänger 68f10165
  • Nachfolger 35e59a56

Neues Design 2019 Standard-Code templates/webpages/ar/form_footer.html

Unterschiede anzeigen:

templates/webpages/ar/form_footer.html
[% USE L %]
[% USE P %]
[% IF ( follow_up_length && follow_up_due_length ) %]
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
[% END %]
[% IF ( follow_up_length && follow_up_due_length ) %]
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
[% END %]
<input type="hidden" name="gldate" value="[% gldate | html %]">
<input type="hidden" name="callback" value="[% callback | html %]">
[% P.hidden_tag('draft_id', draft_id) %]
[% P.hidden_tag('draft_description', draft_description) %]
<input type="hidden" name="gldate" value="[% gldate | html %]">
<input type="hidden" name="callback" value="[% callback | html %]">
[% P.hidden_tag('draft_id', draft_id) %]
[% P.hidden_tag('draft_description', draft_description) %]
</form>
<script type="text/javascript">
<!--
<script type="text/javascript"><!--
$(document).ready(function() {
[%- SET row=0 %]
[%- WHILE row < rowcount %]
[%- SET row=row + 1 %]
[% SET row=0 %]
[% WHILE row < rowcount %]
[% SET row=row + 1 %]
$('#AR_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
kivi.GL.update_taxes(this);
});
[%- END %]
[% END %]
});
-->
</script>
--></script>

Auch abrufbar als: Unified diff