13 lines
590 B
Plaintext
13 lines
590 B
Plaintext
|
|
<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`¬ify_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>
|