mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
Send 1 items added notification per batch of items
This commit is contained in:
11
modules/notification/views/batch_add.html.php
Normal file
11
modules/notification/views/batch_add.html.php
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user