X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fform_header.html;h=2a28853d5ebd6841efad0f43d1d5be71ce59d061;hb=a87694dc525b4eabff11029f1e5401621e2bd3bc;hp=4d2a0ab202f79f10088536ce5f8dddaa8c0f28cd;hpb=0194799c9cd192f01db7df4cf056e18871c979e0;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 4d2a0ab20..2a28853d5 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -2,6 +2,8 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +

[% title %]

+ @@ -36,8 +38,6 @@ [%- SET DISABLED = ' disabled' %] [%- END %] -
[% title %]
- [%- INCLUDE 'common/flash.html' %] [%- INCLUDE 'generic/set_longdescription.html' %] @@ -166,7 +166,8 @@ [%- END %] [%- ELSE %] - [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value_key = 'shipto_id', title_key = 'displayable_id', with_empty = 1, class = 'fixed_width') %] + [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; + L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %] [%- END %] @@ -313,6 +314,13 @@ + [%- IF is_customer %] + + [% 'Insert Date' | $T8 %] + [% insertdate %] + + [%- END %] + [% 'Project Number' | $T8 %]