This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/templates/ktcore/dashlets/kt3release.smarty

14 lines
630 B
Plaintext

{$body}
{if $can_edit}
<span class="edit_action">
<a class="ktAction ktEdit ktInline" href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="action=customise&name=`$target_name`"}" >
{i18n}Edit this introduction.{/i18n}
</a>
<a href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="action=customise&name=`$target_name`"}">
{i18n}Edit this introduction.{/i18n}
</a>
{if $help_id}| <a class="ktActionLink ktDelete" href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="action=deleteReplacement&id=`$help_id`"}">{i18n}Use the standard introduction.{/i18n}</a>{/if}
</span>
{/if}