summaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <ownclouddev@georgswebsite.de>2012-02-20 11:52:19 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-02-23 22:06:43 +0100
commit319e93f7fb78da57769f307fe86b87ab9c208d6b (patch)
tree45513076ccae715e814ff502f2673a1dc5d0add5 /apps/calendar/templates
parentcfa284bfa868a44b7f4a348fb579a00c361531f1 (diff)
downloadnextcloud-server-319e93f7fb78da57769f307fe86b87ab9c208d6b.tar.gz
nextcloud-server-319e93f7fb78da57769f307fe86b87ab9c208d6b.zip
change pathes in calendar/templates/* files to make them work with the new folder structure in /calendar/ajax
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r--apps/calendar/templates/part.editevent.php2
-rw-r--r--apps/calendar/templates/part.newevent.php2
2 files changed, 2 insertions, 2 deletions
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 @@
<?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/editevent.php');">
+ <input type="button" class="submit" style="float: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('ajax/events/edit.php');">
<input type="button" class="submit" style="float: left;" name="delete" value="<?php echo $l->t("Delete");?>" onclick="Calendar.UI.submitDeleteEventForm('ajax/deleteevent.php');">
<input type="button" class="submit" style="float: right;" name="export" value="<?php echo $l->t("Export");?>" onclick="window.location='export.php?eventid=<?php echo $_['id'] ?>';">
</span>
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 @@
<?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/newevent.php');">
+ <input type="button" class="submit" style="float: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('ajax/events/new.php');">
</span>
</form>
</div>