2011-09-16 16:02:21 +04:00
|
|
|
<div id="event" title="<?php echo $l->t("Create a new event");?>">
|
2011-09-15 23:20:42 +04:00
|
|
|
<form id="event_form">
|
2011-09-15 00:26:01 +04:00
|
|
|
<?php echo $this->inc("part.eventform"); ?>
|
2011-08-28 22:13:40 +04:00
|
|
|
<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');">
|
2011-08-19 22:33:48 +04:00
|
|
|
</span>
|
2011-08-28 22:13:40 +04:00
|
|
|
</form>
|
2011-08-19 22:33:48 +04:00
|
|
|
</div>
|