From 5f1e232ce9d60dbfbee1ae78d2b870b276183393 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Wed, 17 Mar 2010 16:15:23 +0000 Subject: [PATCH] --- cis/private/profile/zeitsperre_resturlaub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/profile/zeitsperre_resturlaub.php b/cis/private/profile/zeitsperre_resturlaub.php index 6d6b18edf..0f3fcbef6 100644 --- a/cis/private/profile/zeitsperre_resturlaub.php +++ b/cis/private/profile/zeitsperre_resturlaub.php @@ -116,7 +116,7 @@ function checkdatum() Monat=Datum.substring(3,5); if (parseInt(Monat,10)<1 || parseInt(Monat,10)>12) { - alert('Von-Datum Monat'+ document.getElementById('vondatum').value+ ' ist nicht richtig.); + alert('Von-Datum Monat'+ document.getElementById('vondatum').value+ ' ist nicht richtig.'); document.getElementById('vondatum').focus(); return false; } @@ -130,7 +130,7 @@ function checkdatum() Monat=Datum.substring(3,5); if (parseInt(Monat,10)<1 || parseInt(Monat,10)>12) { - alert('Bis-Datum Monat'+ document.getElementById('bisdatum').value+ ' ist nicht richtig.); + alert('Bis-Datum Monat'+ document.getElementById('bisdatum').value+ ' ist nicht richtig.'); document.getElementById('bisdatum').focus(); return false; }