summaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates/part.newevent.php
diff options
context:
space:
mode:
authorGeorg Ehrke <ownclouddev@georgswebsite.de>2012-02-21 19:16:14 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-02-23 22:07:08 +0100
commitf285790fa1532bce20c122b11657b00d6066970e (patch)
treebb9a9cba4aaa005d3b91686317a51525f1ac73b5 /apps/calendar/templates/part.newevent.php
parent319e93f7fb78da57769f307fe86b87ab9c208d6b (diff)
downloadnextcloud-server-f285790fa1532bce20c122b11657b00d6066970e.tar.gz
nextcloud-server-f285790fa1532bce20c122b11657b00d6066970e.zip
change links in the event form for the new ajax folders
Diffstat (limited to 'apps/calendar/templates/part.newevent.php')
-rw-r--r--apps/calendar/templates/part.newevent.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<?php echo $this->inc("part.eventform"); ?>
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
<span id="actions">
- <input type="button" class="submit" style="float: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('ajax/events/new.php');">
+ <input type="button" class="submit" style="float: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('ajax/event/new.php');">
</span>
</form>
</div>