diff --git a/modules/notification/views/item_deleted.html.php b/modules/notification/views/item_deleted.html.php index ac9ab594..2d6d5738 100644 --- a/modules/notification/views/item_deleted.html.php +++ b/modules/notification/views/item_deleted.html.php @@ -1,20 +1,24 @@
-| = t("To view the changed album %title use the link below.", - array("title" => $item->parent()->title)) ?> + array("title" => p::clean($item->parent()->title))) ?> | ||
| = t("Url:") ?> | -= $item->parent()->url(array(), true) ?> | ++ + = $item->parent()->url(array(), true) ?> + + |
| = t("New Title:") ?> | -= $new->title ?> | += p::clean($new->title) ?> | else: ?>= t("Title:") ?> | -= $new->title ?> | += p::clean($new->title) ?> | endif ?>
| = t("New Description:") ?> | -= $new->description ?> | += p::clean($new->description) ?> | |||
| = t("Description:") ?> | -= $new->description ?> | += p::clean($new->description) ?> |
= p::clean($child["text"]) ?>
"
- height="= $child["thumb_height"] ?>" width="= $child["thumb_width"] ?>" />
+ height="= $child["thumb_height"] ?>" width="= $child["thumb_width"] ?>" />
if ($child->type == "photo" || $child->type == "album"): ?>
else: ?>
type}s/{$child->id}") ?>">
endif ?>
- = $child->description ?>
+ = p::clean($child->description) ?>
= t("Photos will be added to album:") ?>
- = sprintf(t("A request to reset your password (user: %s) at %s."), $name, url::base(false, "http")) ?>
- = sprintf(t("To confirm this request please click on the link below")) ?>
- = t("Reset Password") ?>
-
+ = t("Hello, %name,", array("name" => p::clean($user->full_name ? $user->full_name : $user->name))) ?> +
++ = t("We received a request to reset your password for %site_url. If you made this request, you can confirm it by clicking this link. If you didn't request this password reset, it's ok to ignore this mail.", array("site_url" => url::base(false, "http"), "confirm_url" => $confirm_url)) ?> +
+