From 346fc009513ab6f573fd57188f11bd2abfece9b0 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 7 Sep 2011 16:38:56 +0200 Subject: timeselection to add events implemented --- application/views/scripts/event/index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/views/scripts/event') diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml index e858338..0c2a2c0 100644 --- a/application/views/scripts/event/index.phtml +++ b/application/views/scripts/event/index.phtml @@ -115,8 +115,8 @@ var lastview; if (!confirm("Are you sure to add an Event from " + startDate + " to " + endDate + " ?")) { $('#calendar').fullCalendar( 'unselect' ); }else { - self.location="/event/add/"; - //self.location="/event/add/evstart" + startDate + "/evend" + endDate; + //self.location="/event/add/"; + self.location="/event/add/evstart/" + startDate + "/evend/" + endDate; //$.post("/event/add/evstart" + startDate + "/evend" + endDate); } -- cgit v1.2.3-55-g7522