X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cdab9f5d03b9c1d529155cf3b95d227d473bfb6d..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/ap/form_header.html 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...') %] +
+
+