change links in the event form for the new ajax folders
This commit is contained in:
parent
0ae2e250f5
commit
70a369e16d
|
@ -5,8 +5,8 @@
|
||||||
<?php echo $this->inc("part.eventform"); ?>
|
<?php echo $this->inc("part.eventform"); ?>
|
||||||
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
|
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
|
||||||
<span id="actions">
|
<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;" 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/deleteevent.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'] ?>';">
|
<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>
|
</span>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<?php echo $this->inc("part.eventform"); ?>
|
<?php echo $this->inc("part.eventform"); ?>
|
||||||
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
|
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
|
||||||
<span id="actions">
|
<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>
|
</span>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue