git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
<dt class="actionitem">{$subject|sanitize}</dt>
|
|
<dd class="actionmessage">
|
|
{i18n arg_name=$document_name|sanitize arg_state=$state_name arg_user=$actor->getName()}A
|
|
user, <b>#user#</b>, has requested help on the document <b>#name#</b>, and you are
|
|
the owner or an admin of this document.{/i18n}
|
|
<div class="actionoptions">
|
|
<div style="float:left; position: relative;">
|
|
{if !$is_broken}
|
|
<a href="{ktLink base="notify.php" query="id=`$notify_id`"}">{i18n}View Help Request{/i18n}</a>
|
|
{else}
|
|
<span class="descriptiveText">{i18n}Document is no longer available{/i18n}</span>
|
|
{/if}
|
|
|
|
|
</div>
|
|
|
|
<a href='{ktLink base="notify.php" query="id=`$notify_id`¬ify_action=clear"}'
|
|
kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}"
|
|
class="ktAction ktInline ktDelete" style="position: relative;" ></a>
|
|
|
|
<a href='{ktLink base="notify.php" query="id=`$notify_id`¬ify_action=clear"}'
|
|
kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}"">{i18n}Clear Alert{/i18n}</a>
|
|
</div>
|
|
</dd>
|