X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=91a7b11e0d25b20f7d1b2d060d3d5ad1eb389f74;hb=0346a1f5f3e50ef27077671c3078b93b51088e56;hp=98084c6ee52983d4e8201a142a83aab5d2ed43cc;hpb=7395cedc202718fd98eda05a491df4f4d2fa925d;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index 98084c6ee..91a7b11e0 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -67,7 +67,7 @@ [% 'Reference' | $T8 %] - [% L.input_tag('reference', reference, size=20, readonly=readonly) %] + [% L.input_tag('reference', reference, style='width:330px', readonly=readonly) %] [% 'Transdate' | $T8 %] [% L.date_tag('transdate', transdate, readonly=readonly) %] @@ -84,19 +84,19 @@ SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %] [% 'Department' | $T8 %] - [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:334px') %] [% 'Tax point' | $T8 %] [% L.date_tag('tax_point', tax_point) %] [% 'Transaction description' | $T8 %] - [% L.input_tag("transaction_description", transaction_description, size=35) %] + [% L.input_tag("transaction_description", transaction_description, style='width:330px') %] [% 'Delivery Date' | $T8 %] [% L.date_tag('deliverydate', deliverydate) %] [% 'Description' | $T8 %] - [% L.areainput_tag('description', description, cols=50, readonly=readonly) %] + [% L.areainput_tag('description', description, style='width:330px', readonly=readonly) %] [%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]