X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=dad0d69cf81b1fd118021d091d53e5d5e9ec484c;hb=e47fdf34451bb7c091b29144e041532c4960718a;hp=e8b7b5a6a397adf450f31ce71cad27aeaf9eaeb7;hpb=0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index e8b7b5a6a..dad0d69cf 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -31,7 +31,7 @@ -
+
+ +[%- IF INSTANCE_CONF.get_doc_storage %] +
+[%- END %] +
@@ -56,75 +61,50 @@
- +
- + - + + [%- IF id %] - - - + + + + [%- END %] -[%- IF ALL_DEPARTMENTS %] + [% SET departments_style = ""; + SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %] - - + + + + -[%- END %] - - - - -[%- IF id %] - -[%- END %] + + + + + + + + + +
[% 'Previous transnumber text' | $T8 %] [% previous_id %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %]
[% 'Reference' | $T8 %][% 'Reference' | $T8 %] [% L.input_tag('reference', reference, size=20, readonly=readonly) %] - - - - - -
[% 'Transdate' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
-
[% 'Transdate' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
[% 'ID' | $T8 %][% L.input_tag('id', id, size=20, readonly=readonly) %] - - - - - -
[% 'Gldate' | $T8 %][% L.date_tag('gldate', gldate, readonly=1) %]
-
[% 'ID' | $T8 %][% id %][% 'Gldate' | $T8 %][% L.date_tag('gldate', gldate, readonly=1) %]
[% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %][% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %][% 'Tax point' | $T8 %][% L.date_tag('tax_point', tax_point) %]
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, readonly=readonly) %] - - - - - -
[% 'MwSt. inkl.' | $T8 %][% L.checkbox_tag('taxincluded', checked=taxincluded) %]
-
- - - - - -
[% 'Mitarbeiter' | $T8 %][% L.input_tag('employee', employee, size=20, readonly=readonly) %]
-
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, readonly=readonly) %][% 'Delivery Date' | $T8 %][% L.date_tag('deliverydate', deliverydate) %]
[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %][%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %][% 'MwSt. inkl.' | $T8 %][% L.checkbox_tag('taxincluded', checked=taxincluded) %]
- - - - - -
[% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %][% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]
+ [% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %] + [% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]