X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_footer.html;h=6e78ce12f6751b252790730bb7cbe24e929f7c55;hb=529e6bf96e1ad74ae2e770a9e74f29f26a28d3c8;hp=ede815bc79612f420d3ee736ac906a453e93fc8e;hpb=781c16772f3c80cc827f11815bfb07b8318621f0;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index ede815bc7..6e78ce12f 100644 --- a/templates/webpages/gl/form_footer.html +++ b/templates/webpages/gl/form_footer.html @@ -2,16 +2,23 @@ [%- 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 %] @@ -35,16 +42,26 @@ [% 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.button_tag('kivi.Draft.popup("gl", "unknown", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] [% L.hidden_tag('draft_id', draft_id) %] [% L.hidden_tag('draft_description', draft_description) %] [%- END %] +