X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_header.html;h=ea17d6ddc0ecc06b8420488ffb154c701f829f62;hb=781c16772f3c80cc827f11815bfb07b8318621f0;hp=e5ba4ab31964bcf2c113c801a485120232e887ea;hpb=0ba3b647155cba9b668cbcc7579fd135b3a1a9be;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index e5ba4ab31..ea17d6ddc 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -3,8 +3,6 @@ [%- USE T8 %] [%- USE LxERP %] - -
[% L.hidden_tag('id', id) %] @@ -34,9 +32,9 @@ [% 'Customer' | $T8 %] [%- IF selectcustomer %] - + [%- ELSE %] - + [%- END %] [% L.hidden_tag('selectcustomer', selectcustomer) %] @@ -114,7 +112,7 @@ [% 'Project Number' | $T8 %] - [% L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty=1)) %] + [% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1) %] @@ -142,7 +140,7 @@ [% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %] [% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %] [% row.taxchart %] - [% L.select_tag('project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.project_id, with_empty=1)) %] + [% L.select_tag('project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.project_id, with_empty = 1) %] [%- END %] @@ -173,6 +171,9 @@ [% 'Notes' | $T8 %] + + [% 'Notes for customer' | $T8 %] + @@ -245,7 +246,7 @@ [%- IF row.changeable %] - [% L.select_tag('paid_project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.paid_project_id, with_empty=1)) %] + [% L.select_tag('paid_project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.paid_project_id, with_empty=1) %] [%- ELSE %] [% project_labels.${row.paid_project_id} | html %]