diff --git a/cis/private/coodle/coodle_autocomplete.php b/cis/private/coodle/coodle_autocomplete.php index c459926e3..1bde7ab23 100755 --- a/cis/private/coodle/coodle_autocomplete.php +++ b/cis/private/coodle/coodle_autocomplete.php @@ -37,7 +37,8 @@ switch($work) foreach($ort->result as $row) { - echo html_entity_decode($row->ort_kurzbz.'|Ort|'.$row->bezeichnung."\n"); + if($row->aktiv) + echo html_entity_decode($row->ort_kurzbz.'|Ort|'.$row->bezeichnung."\n"); } $benutzer = new benutzer(); diff --git a/cis/private/coodle/termin.php b/cis/private/coodle/termin.php index fbd6c07c5..3924c3b17 100755 --- a/cis/private/coodle/termin.php +++ b/cis/private/coodle/termin.php @@ -258,7 +258,7 @@ echo ' .ressourceItem { - font-size: x-small; + font-size: 0.8em; } #fertig @@ -490,7 +490,7 @@ echo ' }, error: function() { alert("error"); } }); - }, + } } }); } @@ -531,7 +531,10 @@ echo '
+

+ '.$p->t('coodle/ressource').':
+