subscriptions.smarty
500 Bytes
<dt class="actionitem subscription">{$info.title}</dt>
<dd class="actionmessage">
<!-- could break this up. -->
{if ($info.event_type == 'AddDocument')}
The document "{$info.object_name}" was added{if ($info.location_name !== null)} to "{$info.location_name}"{/if}.
<div class="actionoptions">
<a href="{$rootUrl}/notify.php?id={$info.notify_id}">Read Document</a> |
<a href="{$rootUrl}/notify.php?id={$info.notify_id}¬ify_action=clear">Clear Alert</a>
</div>
{/if}
</dd>