]> source.dussan.org Git - nextcloud-server.git/commitdiff
change links in the event form for the new ajax folders
authorGeorg Ehrke <ownclouddev@georgswebsite.de>
Tue, 21 Feb 2012 18:16:14 +0000 (19:16 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Thu, 23 Feb 2012 21:07:08 +0000 (22:07 +0100)
apps/calendar/templates/part.editevent.php
apps/calendar/templates/part.newevent.php

index 7631d298befa1391230f767ba10277b55b0d5e0e..6e319e1b4e0fe7b67607ef735f0219c8a39e63ea 100644 (file)
@@ -5,8 +5,8 @@
 <?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/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: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('ajax/event/edit.php');">
+               <input type="button" class="submit" style="float: left;" name="delete" value="<?php echo $l->t("Delete");?>" onclick="Calendar.UI.submitDeleteEventForm('ajax/event/delete.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>
        </form>
index 85cce8028763cc6df9e0b86024f23fd8a1138524..11416260344b07c4a1f9dde7e33e9b9d9cc08b17 100644 (file)
@@ -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>