summaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates/part.newevent.php
blob: a4f48aecbc6e9321e94e60cf07e1224ee60daa97 (plain)
1
2
3
4
5
6
7
8
9
<div id="event" title="<?php echo $l->t("Create a new event");?>">
	<form id="event_form">
<?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('<?php echo OCP\Util::linkTo('calendar', 'ajax/event/new.php') ?>');">
	</span>
	</form>
</div>