From: Georg Ehrke Date: Tue, 21 Feb 2012 18:16:14 +0000 (+0100) Subject: change links in the event form for the new ajax folders X-Git-Tag: v4.0.0beta~201^2~20^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f285790fa1532bce20c122b11657b00d6066970e;p=nextcloud-server.git change links in the event form for the new ajax folders --- diff --git a/apps/calendar/templates/part.editevent.php b/apps/calendar/templates/part.editevent.php index 7631d298bef..6e319e1b4e0 100644 --- a/apps/calendar/templates/part.editevent.php +++ b/apps/calendar/templates/part.editevent.php @@ -5,8 +5,8 @@ inc("part.eventform"); ?>
- " onclick="Calendar.UI.validateEventForm('ajax/events/edit.php');"> - " onclick="Calendar.UI.submitDeleteEventForm('ajax/deleteevent.php');"> + " onclick="Calendar.UI.validateEventForm('ajax/event/edit.php');"> + " onclick="Calendar.UI.submitDeleteEventForm('ajax/event/delete.php');"> " onclick="window.location='export.php?eventid=';"> diff --git a/apps/calendar/templates/part.newevent.php b/apps/calendar/templates/part.newevent.php index 85cce802876..11416260344 100644 --- a/apps/calendar/templates/part.newevent.php +++ b/apps/calendar/templates/part.newevent.php @@ -3,7 +3,7 @@ inc("part.eventform"); ?>
- " onclick="Calendar.UI.validateEventForm('ajax/events/new.php');"> + " onclick="Calendar.UI.validateEventForm('ajax/event/new.php');">