delete_post_link

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
605
606
607
<macro name="delete_post_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="javascript: void(0)" onclick="Nabble.deletePost([n.id
Binary
Namespace: NodeNamespace
/])" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t
Macro
]Delete this post[/t]"><n.text/></n.default.></a>
</macro>