From: Georg Ehrke Date: Mon, 20 Feb 2012 10:52:19 +0000 (+0100) Subject: change pathes in calendar/templates/* files to make them work with the new folder... X-Git-Tag: v4.0.0beta~201^2~20^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=319e93f7fb78da57769f307fe86b87ab9c208d6b;p=nextcloud-server.git change pathes in calendar/templates/* files to make them work with the new folder structure in /calendar/ajax --- diff --git a/apps/calendar/templates/part.editevent.php b/apps/calendar/templates/part.editevent.php index b3acfc4a072..7631d298bef 100644 --- a/apps/calendar/templates/part.editevent.php +++ b/apps/calendar/templates/part.editevent.php @@ -5,7 +5,7 @@ inc("part.eventform"); ?>
- " onclick="Calendar.UI.validateEventForm('ajax/editevent.php');"> + " onclick="Calendar.UI.validateEventForm('ajax/events/edit.php');"> " onclick="Calendar.UI.submitDeleteEventForm('ajax/deleteevent.php');"> " onclick="window.location='export.php?eventid=';"> diff --git a/apps/calendar/templates/part.newevent.php b/apps/calendar/templates/part.newevent.php index b1e2a5eab84..85cce802876 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/newevent.php');"> + " onclick="Calendar.UI.validateEventForm('ajax/events/new.php');">