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

[% saved_message | html %]

[% END %] -
+
@@ -144,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 %] @@ -185,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();") %] @@ -391,8 +393,14 @@
+[% PROCESS 'webdav/_list.html' %] +
+ [% LxERP.t8('Loading...') %] +
+
+