X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_header.html;h=169a5e01f49712b8408d59d99f6e09d4c55d2bc6;hb=ffd06003d74a7844892fca93905556a1903a31d8;hp=af3b7e8186f6460c821cd78c169f654d79236b67;hpb=cdab9f5d03b9c1d529155cf3b95d227d473bfb6d;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index af3b7e818..169a5e01f 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -28,7 +28,6 @@
- @@ -79,9 +78,12 @@

[% saved_message | html %]

[% END %] -
+
  • [% 'Basic Data' | $T8 %]
  • +[%- IF INSTANCE_CONF.get_webdav %] +
  • [% 'WebDAV' | $T8 %]
  • +[%- END %] [%- IF id %] [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • @@ -146,12 +148,10 @@ - [% IF ( selectdepartment ) %] + [% IF ALL_DEPARTMENTS %] [% 'Department' | $T8 %] - - - + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] [% END %] @@ -187,7 +187,7 @@ [% 'Project Number' | $T8 %] - [% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber') %] + [% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber', onChange = "document.getElementById('update_button').click();") %] @@ -393,8 +393,14 @@
+[% PROCESS 'webdav/_list.html' %] +
+ [% LxERP.t8('Loading...') %] +
+
+