From 33c593c00c95462973b9b11b7c9faec36e9ba5d3 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Wed, 24 Oct 2018 15:11:58 +0200 Subject: [PATCH] =?UTF-8?q?Schriftfarbe=20bei=20belegten=20Terminen=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/coodle/termin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 cis/private/coodle/termin.php diff --git a/cis/private/coodle/termin.php b/cis/private/coodle/termin.php old mode 100644 new mode 100755 index 93b4233fd..8f0a2cfb7 --- a/cis/private/coodle/termin.php +++ b/cis/private/coodle/termin.php @@ -619,7 +619,7 @@ echo ' }); } }); - + // Autocomplete Feld fuer Ressourcen initialisieren $("#input_ressource").autocomplete({ source: "coodle_autocomplete.php?work=ressource", @@ -708,8 +708,8 @@ echo ' error: function() { alert("Error fetching data for "+typ+" "+id); }, - color:"lightgrey" - //textColor:"black" + color:"lightgrey", + textColor:"#777" }); }