X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e380ecfd97aa1282832adacc34c0d5074c4e0791..fbcd5580:/templates/webpages/gl/form_footer.html diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index ede815bc7..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 %] -
[% 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")) %] +