diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-01 23:19:06 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-01 23:19:06 +0200 |
commit | 0ebe9ad70c65dbc733e42aa1b68ca7cd353df9bf (patch) | |
tree | e57ff24348335ded4f80febe7b9e2191f8b78889 /apps/calendar/templates/part.editevent.php | |
parent | f9824f61087f7a1c7f449c9fb09bcf3acd119aab (diff) | |
download | nextcloud-server-0ebe9ad70c65dbc733e42aa1b68ca7cd353df9bf.tar.gz nextcloud-server-0ebe9ad70c65dbc733e42aa1b68ca7cd353df9bf.zip |
added function to export single events
Diffstat (limited to 'apps/calendar/templates/part.editevent.php')
-rw-r--r-- | apps/calendar/templates/part.editevent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/templates/part.editevent.php b/apps/calendar/templates/part.editevent.php index be637aeae55..ae969f2dc3b 100644 --- a/apps/calendar/templates/part.editevent.php +++ b/apps/calendar/templates/part.editevent.php @@ -6,6 +6,7 @@ <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;" 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> </form> </div> |