]> source.dussan.org Git - nextcloud-server.git/commitdiff
change pathes in calendar/templates/* files to make them work with the new folder...
authorGeorg Ehrke <ownclouddev@georgswebsite.de>
Mon, 20 Feb 2012 10:52:19 +0000 (11:52 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Thu, 23 Feb 2012 21:06:43 +0000 (22:06 +0100)
apps/calendar/templates/part.editevent.php
apps/calendar/templates/part.newevent.php

index b3acfc4a072220167d44466e2b75424398a3a865..7631d298befa1391230f767ba10277b55b0d5e0e 100644 (file)
@@ -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>
index b1e2a5eab848ecb53c108cf7e2d3c30f70ef8b74..85cce8028763cc6df9e0b86024f23fd8a1138524 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/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>