From 4aa4e4080c27356792b6eeab1f2f2b36ad485a05 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 19 Jun 2018 21:01:14 +0200 Subject: Include accept / decline links in CalDAV invitation emails Signed-off-by: Georg Ehrke --- apps/dav/templates/schedule-response-error.php | 7 +++++ apps/dav/templates/schedule-response-options.php | 35 ++++++++++++++++++++++++ apps/dav/templates/schedule-response-success.php | 4 +++ 3 files changed, 46 insertions(+) create mode 100644 apps/dav/templates/schedule-response-error.php create mode 100644 apps/dav/templates/schedule-response-options.php create mode 100644 apps/dav/templates/schedule-response-success.php (limited to 'apps/dav/templates') diff --git a/apps/dav/templates/schedule-response-error.php b/apps/dav/templates/schedule-response-error.php new file mode 100644 index 00000000000..c65875f3b0b --- /dev/null +++ b/apps/dav/templates/schedule-response-error.php @@ -0,0 +1,7 @@ +
+

t('There was an error updating your attendance status.'));?>

+

t('Please contact the organizer directly.'));?>

+ +

+ +
diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php new file mode 100644 index 00000000000..da95454e4f5 --- /dev/null +++ b/apps/dav/templates/schedule-response-options.php @@ -0,0 +1,35 @@ + + +
+
+
+

t('Are you accepting the invitation?')); ?>

+
+ + + + + + + + +
+
+
+ + +
+
+ +
+
+
diff --git a/apps/dav/templates/schedule-response-success.php b/apps/dav/templates/schedule-response-success.php new file mode 100644 index 00000000000..f60cb1e0fa9 --- /dev/null +++ b/apps/dav/templates/schedule-response-success.php @@ -0,0 +1,4 @@ +
+ +

t('Your attendance was updated successfully.'));?>

+
-- cgit v1.2.3