... | in dropdown.naml |
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432
|
<macro name="menu_parent_options" requires="node">
<n.if.is_in_command name="dropdown">
<then>
dropdown.add('parentOptions', '<n.javascript_string_encode.parent_options_link/>', 'display:none');
</then>
<else>
<n.set_local_node.this_node/>
<n.if.visitor.can_move.local_node>
<then>
NabbleDropdown.show('parentOptions');
</then>
</n.if.visitor.can_move.local_node>
</else>
</n.if.is_in_command>
</macro>
|
Free forum by Nabble | Edit this page |