X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_footer.html;h=b5769bd44e2366b71467b516e6be5d553fbcf17b;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=48ad9952c8a8cdd07c366c573a2a2dec455e2f58;hpb=257c66781231ccace0a43539779c2cb17324e7b1;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index 48ad9952c..b5769bd44 100644 --- a/templates/webpages/gl/form_footer.html +++ b/templates/webpages/gl/form_footer.html @@ -2,51 +2,43 @@ [%- USE LxERP %] [%- USE T8 %] [%- USE L %] - - [% LxERP.format_amount(totaldebit, 2) | html %] - [% LxERP.format_amount(totalcredit, 2) | html %] - + + [% LxERP.format_amount(totaldebit, 2) | html %] + [% LxERP.format_amount(totalcredit, 2) | html %] + + + + + +[% PROCESS 'webdav/_list.html' %] + +
+ + [%- IF id && follow_ups.size %]

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

[%- END %] - -
- -[%- IF id %] - - [%- IF !storno %] - [% L.submit_tag('action', LxERP.t8('Storno')) %] - [%- END %] - - [% IF !locked && radieren %] - [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %] - [% L.submit_tag('action', LxERP.t8('Delete')) %] - [%- END %] - [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] - [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %] - -[%- ELSE %] - - [%- IF draft_id %] -

[% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove Draft')) %]

- [%- END %] - - [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] - [% L.submit_tag('action', LxERP.t8('Post')) %] - [% L.submit_tag('action', LxERP.t8('Save Draft')) %] - [% L.hidden_tag('draft_id', draft_id) %] - [% L.hidden_tag('draft_description', draft_description) %] -[%- END %] - - - - - + + +