summaryrefslogtreecommitdiff
path: root/modules/notification/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/views')
-rw-r--r--modules/notification/views/batch_add.html.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/notification/views/batch_add.html.php b/modules/notification/views/batch_add.html.php
new file mode 100644
index 00000000..b13fcf01
--- /dev/null
+++ b/modules/notification/views/batch_add.html.php
@@ -0,0 +1,11 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<html>
+<head>
+ <title><?= $subject ?> </title>
+</head>
+<body>
+ <h2><?= sprintf(t("New Photos, Movies or Albums have been added to %s."), $parent_title); ?></h2>
+ <p><?= sprintf(t("Click on the link below to view the additions"), $parent_title); ?></p>
+ <p><a href="<?= $url ?>"><?= t(here) ?></a><p>
+</body>
+</html>