X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fbank_transactions%2Finvoices.html;h=4b59efcf9d3c31579fb83ec34203067c0f136954;hb=f72a365d3988ad682f853764fdbfb39aa92ac089;hp=6ba716c2b06764241405f818d29e0b638c2c7cb9;hpb=a87694dc525b4eabff11029f1e5401621e2bd3bc;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/invoices.html b/templates/webpages/bank_transactions/invoices.html index 6ba716c2b..4b59efcf9 100644 --- a/templates/webpages/bank_transactions/invoices.html +++ b/templates/webpages/bank_transactions/invoices.html @@ -1,8 +1,32 @@ -[% USE L %] +[%- USE HTML -%][%- USE LxERP -%][%- USE P -%] +[% SET debug=1 %] [% FOREACH invoice = INVOICES %] -
- [% L.hidden_tag('invoice_ids.' _ bt_id _'[]', invoice.id) %] - [% invoice.invnumber %] - x -
+ + + + + + [% P.hidden_tag("invoice_ids." _ bt_id _"[]", invoice.id) %] + [% LxERP.t8("Invno.") %]: [% HTML.escape(invoice.invnumber) %] + [% LxERP.t8("Open amount") %]: [% LxERP.format_amount(invoice.open_amount, 2) %] + [% P.link_tag("#", "x", onclick="kivi.BankTransaction.delete_invoice(" _ bt_id _ "," _ invoice.id _ ")") %] + + + [% P.input_tag("sources_" _ bt_id _ "_" _ invoice.id, "") %] + [% P.input_tag("memos_" _ bt_id _ "_" _ invoice.id, "") %] + [% IF debug %] + + [% END %] + + + + + + + + + + + + [% END %]