subscriptions.RemoveChildDocument.smarty 670 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">    
        
        {if !$is_broken}
        <a href="{ktLink base="notify.php" query="id=`$info.notify_id`"}">{i18n}View Folder{/i18n}</a>
        {else}
        <span class="descriptiveText">{i18n}Folder is no longer available{/i18n}</span>
        {/if}
        | <a href="{ktLink base="notify.php" query="id=`$info.notify_id`&notify_action=clear"}">{i18n}Clear Alert{/i18n}</a>
    </div>
</dd>