diff --git a/content/bindings.xml.php b/content/bindings.xml.php index f67959b8f..5f22544d6 100644 --- a/content/bindings.xml.php +++ b/content/bindings.xml.php @@ -107,17 +107,24 @@ //Wenn das Datum stimmt, dann wird der Hintergrund auf Weiss gesetzt und //das Datum im Datepicker gesetzt //Wenn das Datum falsch ist, dann wird der Hintergrund auf Rot gesetzt - if(CheckDatum(datum)) - { - parts = datum.split('.'); - - dat = new Date(parts[2],parts[1]-1,parts[0]); - picker.view.setDate(dat); - picker.selection.setDate(dat); + if(datum=='') + { menulist.style.backgroundColor="#FFFFFF"; } else - menulist.style.backgroundColor="#F46B6B"; + { + if(CheckDatum(datum)) + { + parts = datum.split('.'); + + dat = new Date(parts[2],parts[1]-1,parts[0]); + picker.view.setDate(dat); + picker.selection.setDate(dat); + menulist.style.backgroundColor="#FFFFFF"; + } + else + menulist.style.backgroundColor="#F46B6B"; + } ]]> diff --git a/content/fasoverlay.xul.php b/content/fasoverlay.xul.php index 9a00b9bb7..7bf360d9b 100644 --- a/content/fasoverlay.xul.php +++ b/content/fasoverlay.xul.php @@ -36,7 +36,7 @@ $rechte->getBerechtigungen($user); echo ''; echo ''; -echo ''; +/*echo '';*/ echo ''; /*echo ''; echo ''; diff --git a/content/student/interessentdetailoverlay.xul.php b/content/student/interessentdetailoverlay.xul.php deleted file mode 100644 index f35035b5e..000000000 --- a/content/student/interessentdetailoverlay.xul.php +++ /dev/null @@ -1,433 +0,0 @@ -, - * Andreas Oesterreicher and - * Rudolf Hangl . - */ - -header("Cache-Control: no-cache"); -header("Cache-Control: post-check=0, pre-check=0",false); -header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); -header("Pragma: no-cache"); -header("Content-type: application/vnd.mozilla.xul+xml"); -require_once('../../vilesci/config.inc.php'); -echo ''; - -?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -