From e726cae0d5232f863bc7139303d08b9709de4fcf Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Thu, 12 Sep 2013 18:31:46 +0000 Subject: [PATCH] =?UTF-8?q?Studierende=20konnten=20keine=20Lektorenpl?= =?UTF-8?q?=C3=A4ne=20einsehen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lvplan/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/lvplan/index.php b/cis/private/lvplan/index.php index f41c64dcf..94ed326b1 100644 --- a/cis/private/lvplan/index.php +++ b/cis/private/lvplan/index.php @@ -169,12 +169,12 @@ $(document).ready(function() if (ui.item.mitarbeiter_uid=='') { $("#mitarbeiter_uid").val(ui.item.uid); - document.getElementById("uid").disabled=false; + $("#uid").val("student"); } else { $("#mitarbeiter_uid").val(ui.item.uid); - document.getElementById("uid").disabled=true; + $("#uid").val("lektor"); } } });