X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_footer.html;h=f9b018fd6b67567bd9652741635c712eee5edfad;hb=1ce68041a1923c60a6608a2ed6365f5915bacd9a;hp=72b78939bcb30e5f0034e3cb58e17730eddcdb8c;hpb=345248fd59538b5bfabc5fc54defdc17f76481f3;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index 72b78939b..f9b018fd6 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 %] @@ -21,30 +28,41 @@
[%- IF id %] + [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] - [%- 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 %] - [% 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()') %] + [%- IF !storno %] + [% L.submit_tag('action', LxERP.t8('Storno')) %] + [%- END %] + [% 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 %] + [% L.button_tag("kivi.RecordTemplate.popup('gl_transaction')", LxERP.t8("Record templates")) %] +