... | in threaded_link.naml |
1 2 3 4 5 6
|
<override_macro name="threaded_link" requires="node">
<a href="javascript:void(0)" onclick="Nabble.setView('threaded', '[n.topic_path_for Macro Requires: node
Parameters:
view
♦ ♦ Macro ♦ ♦ Binary Namespace: NodeNamespace
♦ ♦
<n.tooltip Macro Parameters:
use_title, delay, contents, position
♦ ♦
<t>Open this post in threaded view</t>
</n.tooltip.>
</override_macro>
|
... | in topic.naml |
1410 1411 1412 1413 1414 1415
|
<macro name="threaded_link" requires="node">
<a href="javascript:void(0)" onclick="Nabble.setView('threaded', '[n.topic_path_for.threaded_view/]',[n.id/])"><t>Threaded</t></a>
<n.tooltip.>
<t>Open this post in threaded view</t>
</n.tooltip.>
</macro>
|
Powered by Nabble | NAML |