X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=f9880ad8059e25269cfb74c2d9f7c7dc151c1553;hb=486d0a3bc8e6ff90823a1b5e0461d0b61c11b771;hp=ef36e6bff7bf2850c8feade0ad1364743e52cd74;hpb=c954dea7c1b814d66b8c31d04fa70a1bbbcce71e;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index ef36e6bff..f9880ad80 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -18,7 +18,7 @@ [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] - + [% L.textarea_tag("intnotes", intnotes, wrap="soft", style="width: 350px; height: 150px") %] @@ -117,39 +117,6 @@

[% print_options %]

- [% IF id %] - - -[% IF show_storno %] - [% L.submit_tag("action", LxERP.t8("Storno"), confirm=LxERP.t8('Do you really want to cancel this invoice?')) %] -[% END %] - - - -[% IF show_delete %] - - -[% END %] - - - - [% ELSE # no id %] - - [% UNLESS locked %] - - [%- END %] - [% L.button_tag('kivi.Draft.popup("ir", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] - [% END # id %] - - [% IF id %] - [%#- button for saving history %] - - - [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %] - [% L.submit_tag("action", LxERP.t8('mark as paid'), confirm=LxERP.t8('This will remove the invoice from showing as unpaid even if the unpaid amount does not match the amount. Proceed?')) %] - [% END %] - [% END %] - [% P.hidden_tag('draft_id', draft_id) %]