subscriptions.RemoveChildDocument.smarty 506 Bytes
<dt class="actionitem subscription">{$info.title}</dt>
<dd class="actionmessage">
<!-- could break this up. -->
    The document "{$info.object_name}" has been removed from the folder "{info.location_name}", to which you are subscribed.
    <div class="actionoptions">    
        <a href="{$absoluteRootUrl}/notify.php?id={$info.notify_id}">{i18n}View Folder{/i18n}</a>
        <a href="{$absoluteRootUrl}/notify.php?id={$info.notify_id}&notify_action=clear">{i18n}Clear Alert{/i18n}</a>
    </div>
</dd>