subscriptions.RemoveChildDocument.smarty
722 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){if ($info.has_actor)}
by {$info.actor_name}{/if}.
<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`¬ify_action=clear"}">{i18n}Clear Alert{/i18n}</a>
</div>
</dd>