X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fdo%2Fform_header.html;h=334c94b95da94f3a953298ad2be997c1fb4e8aaf;hb=bf0b9c5e0df43050015e079d3f5cb4360b4cfa1f;hp=63d43cb1c9976d652eb11cc5df93446c5a7caa8e;hpb=ffbde3efce31ec544757258b84eaa7d3c9934986;p=kivitendo-erp.git diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 63d43cb1c..334c94b95 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' %] @@ -92,6 +92,7 @@ + @@ -105,10 +106,13 @@ - + +[%- FOREACH row = HIDDENS %] + [% L.hidden_tag(row.name, row.value) %] +[%- END %]

@@ -166,7 +170,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 %] @@ -214,7 +219,7 @@ - +
[% 'Transaction description' | $T8 %]
@@ -313,6 +318,13 @@ + [%- IF is_customer %] + + [% 'Insert Date' | $T8 %] + [% insertdate %] + + [%- END %] + [% 'Project Number' | $T8 %]