Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f640c021

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID f640c02127197884b6ee7244f25b5f10f0b75d66
  • Vorgänger 2a97e655
  • Nachfolger 9ebc730e

Neues kivitendo Design Aenderungen in templates/webpages/amcvar/.. ap/.. ar/..

Unterschiede anzeigen:

templates/webpages/ar/form_footer.html
1 1
[% USE LxERP %]
2 2
[% USE T8 %]
3
[% USE L %][%- USE P -%]
3
[% USE L %]
4
[% USE P %]
4 5

  
5
  [% IF ( follow_up_length && follow_up_due_length ) %]
6
    [% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %]
7
  [% 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) %]
8 14

  
9
  <input type="hidden" name="gldate" value="[% gldate | html %]">
10
  <input type="hidden" name="callback" value="[% callback | html %]">
11
  [% P.hidden_tag('draft_id', draft_id) %]
12
  [% P.hidden_tag('draft_description', draft_description) %]
13 15
</form>
14 16

  
15
<script type="text/javascript">
16
 <!--
17
<script type="text/javascript"><!--
17 18
$(document).ready(function() {
18
  [%- SET row=0 %]
19
  [%- WHILE row < rowcount %]
20
   [%- SET row=row + 1 %]
19
  [% SET row=0 %]
20
  [% WHILE row < rowcount %]
21
   [% SET row=row + 1 %]
21 22
   $('#AR_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) {
22 23
     kivi.GL.update_taxes(this);
23 24
   });
24
  [%- END %]
25
  [% END %]
25 26
});
26
-->
27
</script>
27
--></script>

Auch abrufbar als: Unified diff