From 6661905753260bb83a3906b189366f09c49cff28 Mon Sep 17 00:00:00 2001 From: Kevin Cyster Date: Mon, 16 Feb 2009 17:28:14 +0200 Subject: [PATCH] New template for subscription download notifications --- templates/kt3/notifications/subscriptions.DownloadDocument.smarty | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+), 0 deletions(-) create mode 100644 templates/kt3/notifications/subscriptions.DownloadDocument.smarty diff --git a/templates/kt3/notifications/subscriptions.DownloadDocument.smarty b/templates/kt3/notifications/subscriptions.DownloadDocument.smarty new file mode 100644 index 0000000..9865c3c --- /dev/null +++ b/templates/kt3/notifications/subscriptions.DownloadDocument.smarty @@ -0,0 +1,27 @@ +
{$info.title|sanitize}
+
+ + + {i18n arg_object_name=$info.object_name|sanitize}The document "#object_name#" {/i18n}{if ($info.location_name !== null)} {i18n arg_location_name=$info.location_name}in the folder "#location_name#" has been downloaded {/i18n}{/if}{if ($info.has_actor)} {i18n arg_actor_name=$info.actor_name}by #actor_name#{/i18n}{/if}. +
+
+ {if !$is_broken} + {i18n}View Document{/i18n} + {else} + {i18n}Document is no longer available{/i18n} + {/if} + +  |  + +
+
+ + + {i18n}Clear Alert{/i18n} + + + +
+
+
-- libgit2 0.21.4