Add Sone insert events to core listener.
[Sone.git] / src / main / resources / templates / notify / soneInsertNotification.html
diff --git a/src/main/resources/templates/notify/soneInsertNotification.html b/src/main/resources/templates/notify/soneInsertNotification.html
new file mode 100644 (file)
index 0000000..8d3260d
--- /dev/null
@@ -0,0 +1,7 @@
+<%if soneStatus|match value="inserting">
+       Your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> is now being inserted.
+<%elseif soneStatus|match value="inserted">
+       Your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> has been inserted in <%= Notification.SoneInsert.Duration|l10n 0=insertDuration>.
+<%elseif soneStatus|match value="insert-aborted">
+       Inserting your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> has failed.
+<%/if>
\ No newline at end of file