... | in dropdown.naml |
498 499 500 501 502 503 504 505 506 507 508 509 510 511 512
|
<macro name="menu_embedding_options" requires="node">
<n.if.is_in_command name="dropdown">
<then>
dropdown.add('embeddingOptions', '<n.javascript_string_encode.embedding_options_link/>', 'display:none');
</then>
<else>
<n.set_local_node.this_node/>
<n.if.visitor.can_edit.local_node>
<then>
NabbleDropdown.show('embeddingOptions');
</then>
</n.if.visitor.can_edit.local_node>
</else>
</n.if.is_in_command>
</macro>
|
Free forum by Nabble | Edit this page |