From 3cb07254e518679028d7f7ce1f07fdbed808106a Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 20 Aug 2011 16:52:03 +0200 Subject: [PATCH] allday bug fixed --- apps/calendar/known bugs | 2 +- apps/calendar/templates/part.newevent.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/calendar/known bugs b/apps/calendar/known bugs index e944720666b..fb3cd2aa28a 100644 --- a/apps/calendar/known bugs +++ b/apps/calendar/known bugs @@ -1 +1 @@ -can't load new event form on allday event, when this is the first new event dialog on this site - will be fixed in next version - js/php fail \ No newline at end of file +There are actually no known bugs diff --git a/apps/calendar/templates/part.newevent.php b/apps/calendar/templates/part.newevent.php index 3f8e8ff653e..d1fb6244238 100644 --- a/apps/calendar/templates/part.newevent.php +++ b/apps/calendar/templates/part.newevent.php @@ -54,7 +54,7 @@ id="newcalendar_allday_checkbox"> - lock_time();";}?> + document.getElementById(\"fromtime\").disabled = true;document.getElementById(\"totime\").disabled = true;document.getElementById(\"fromtime\").style.color = \"#A9A9A9\";document.getElementById(\"totime\").style.color = \"#A9A9A9\";";}?>