| ... | in dropdown.naml |
|
606 607 608 609 610 611 612 613 614 615 616 617 618 619 620
|
<macro name="menu_move_post" requires="node">
<n.if.is_in_command name="dropdown">
<then>
dropdown.add('movePost<n.id/>', '<n.javascript_string_encode.move_post_link/>', 'display:none');
</then>
<else>
<n.set_local_node.this_node/>
<n.if.visitor.can_move.local_node>
<then>
NabbleDropdown.show('movePost<n.local_node.id/>');
</then>
</n.if.visitor.can_move.local_node>
</else>
</n.if.is_in_command>
</macro>
|
| Free forum by Nabble | Edit this page |