From 4a903d6db69a0d5d2083c743af64e2b733bcdc0d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 10 Jan 2017 15:53:51 +0100 Subject: [PATCH] =?utf8?q?do/form=5Fheader.html:=20Element=20=C2=BBdepartm?= =?utf8?q?ent=5Fid=C2=AB=20nicht=20doppelt=20ausgeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/do/form_header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 4bfefaabd..277181e4f 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -201,8 +201,9 @@ [% IF ( delivered ) %] [% L.hidden_tag('department_id', department_id) %] + [% ELSE %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%] [% END %] - [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%] [%- END %] -- 2.20.1