diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 03:31:01 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 03:31:01 +0000 |
commit | 81a6dc26cb9bcbb3a494c2df5ea279788559bd7f (patch) | |
tree | ca8463b49ba71561fd6f653d45daa29f66f4879b /modules/notification/views | |
parent | e33ad56b99740fa360bb9ac530686ece79795195 (diff) |
Send 1 items added notification per batch of items
Diffstat (limited to 'modules/notification/views')
-rw-r--r-- | modules/notification/views/batch_add.html.php | 11 |
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> |