From 69a7e238a4da3ac92f0b62aa2aba6ce3b530a943 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 2 Feb 2009 03:09:17 +0000 Subject: As we stagger towards completing the notification module. Item changes and Item additions email notifications with this change. Still to come is item deleted, comment added and comment updated. --- modules/notification/views/comment_added.html.php | 0 .../notification/views/comment_changed.html.php | 0 modules/notification/views/item_added.html.php | 25 +++++++++++++++ modules/notification/views/item_deleted.html.php | 0 modules/notification/views/item_updated.html.php | 36 ++++++++++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 modules/notification/views/comment_added.html.php create mode 100644 modules/notification/views/comment_changed.html.php create mode 100644 modules/notification/views/item_added.html.php create mode 100644 modules/notification/views/item_deleted.html.php create mode 100644 modules/notification/views/item_updated.html.php (limited to 'modules/notification/views') diff --git a/modules/notification/views/comment_added.html.php b/modules/notification/views/comment_added.html.php new file mode 100644 index 00000000..e69de29b diff --git a/modules/notification/views/comment_changed.html.php b/modules/notification/views/comment_changed.html.php new file mode 100644 index 00000000..e69de29b diff --git a/modules/notification/views/item_added.html.php b/modules/notification/views/item_added.html.php new file mode 100644 index 00000000..1832fb39 --- /dev/null +++ b/modules/notification/views/item_added.html.php @@ -0,0 +1,25 @@ + + + + <?= $subject ?> + + +

+ + + + + + + + + + + + + + + +
+ + diff --git a/modules/notification/views/item_deleted.html.php b/modules/notification/views/item_deleted.html.php new file mode 100644 index 00000000..e69de29b diff --git a/modules/notification/views/item_updated.html.php b/modules/notification/views/item_updated.html.php new file mode 100644 index 00000000..126bd5cc --- /dev/null +++ b/modules/notification/views/item_updated.html.php @@ -0,0 +1,36 @@ + + + + <?= $subject ?> + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3