subscriptions.DiscussDocument.smarty
763 Bytes
<dt class="actionitem subscription">{$info.title}</dt>
<dd class="actionmessage">
<!-- could break this up. -->
{if ($info.has_actor)}
{$info.actor_name} {i18n}has added to the discussion around document{/i18n} "{$info.object_name}".
{else}
The discussion around document "{$info.object_name}" has been updated.
{/if}
<div class="actionoptions">
{if !$is_broken}
<a href="{ktLink base="notify.php" query="id=`$info.notify_id`"}">{i18n}View Document{/i18n}</a>
{else}
<span class="descriptiveText">{i18n}Document 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>