nextcloud/apps/calendar/templates/part.newevent.php

10 lines
446 B
PHP
Raw Normal View History

<div id="event" title="<?php echo $l->t("Create a new event");?>">
2011-09-15 23:20:42 +04:00
<form id="event_form">
<?php echo $this->inc("part.eventform"); ?>
<div style="width: 100%;text-align: center;color: #FF1D1D;" id="errorbox"></div>
2011-09-15 23:20:42 +04:00
<span id="actions">
2012-04-23 22:32:55 +04:00
<input type="button" class="submit" style="float: left;" value="<?php echo $l->t("Submit");?>" onclick="Calendar.UI.validateEventForm('?app=calendar&getfile=ajax/event/new.php');">
</span>
</form>
</div>