summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-07 16:38:56 +0200
committerSebastian Wagner2011-09-07 16:38:56 +0200
commit346fc009513ab6f573fd57188f11bd2abfece9b0 (patch)
treefa119e54560bba76d1ffeb683534c122bdd8794e /application/views/scripts
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-346fc009513ab6f573fd57188f11bd2abfece9b0.tar.gz
poolctrl-346fc009513ab6f573fd57188f11bd2abfece9b0.tar.xz
poolctrl-346fc009513ab6f573fd57188f11bd2abfece9b0.zip
timeselection to add events implemented
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml4
1 files changed, 2 insertions, 2 deletions
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);
}