Add Sone insert events to core listener.
[Sone.git] / src / main / resources / templates / notify / soneInsertNotification.html
1 <%if soneStatus|match value="inserting">
2         Your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> is now being inserted.
3 <%elseif soneStatus|match value="inserted">
4         Your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> has been inserted in <%= Notification.SoneInsert.Duration|l10n 0=insertDuration>.
5 <%elseif soneStatus|match value="insert-aborted">
6         Inserting your Sone <a href="viewSone.html?sone=<%sone.id|html>"><%sone.niceName|html></a> has failed.
7 <%/if>