X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_footer.html;h=8f02e0c2dd0c4173fb8b2db84acf47e9cbe96512;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=95ce796842c2c6e42827c430a4d419e8ccae84bd;hpb=3cd3e832747e15c4fc6b69bd185b0159f1a8dbd3;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 95ce79684..8f02e0c2d 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -1,68 +1,28 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] -[%- USE LxERP %] +[%- USE LxERP %][%- USE P -%] [%- IF (num_follow_ups && num_due) %] -

[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]

+

[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]

[%- END %] - - - -[%- IF ( !id && draft_id ) %] - [% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove draft when posting')) %] -
-[%- END %] - -
- - - -[%- IF id %] - [%- IF radier %] - - - [%- END %] - - [%- IF show_storno %] - - [%- END %] - - - - - -[%- ELSIF show_post_draft %] - - -[%- END %] - -[%- IF id %] - - [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %] - - [% END %] -[%- END %] - +[% P.hidden_tag('draft_id', draft_id) %] +[% P.hidden_tag('draft_description', draft_description) %]