mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 18:53:58 -04:00
Add sending notifications when an item is deleted. We are almost
done, just need to do comments.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<html>
|
||||
<head>
|
||||
<title><?= $subject ?> </title>
|
||||
</head>
|
||||
<body>
|
||||
<h2><?= sprintf(t("%s: %s was deleted from %s"), $type, $item_title, $parent_title) ?></h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="2"><?= sprintf(t("To view the changed album %s use the link below."), $parent_title) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?= t("Url:") ?></td>
|
||||
<td><a href="<?= $url ?>"><?= $url ?></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user