subscriptions.RestoreDocument.smarty 590 Bytes
<dt class="actionitem subscription">{$info.title|sanitize}</dt>
<dd class="actionmessage">
<!-- could break this up. -->
    {i18n arg_object_name=$info.object_name|sanitize}The document "#object_name#" has been restored by an administrator.{/i18n}
    <div class="actionoptions">

            <a href="{ktLink base="notify.php" query="id=`$info.notify_id`&notify_action=clear"}"
                     kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}">
            <span class="ktAction ktInline ktDelete"></span>{i18n}Clear Alert{/i18n}</a>

    </div>
</dd>