| ... | in action_row.naml |
|
64 65 66 67 68 69 70 71 72 73 74 75
|
<macro name="topics_action_link" parameters="only_if_has_subapps" requires="node_page,servlet">
<n.if.either condition1="[n.is_empty.only_if_has_subapps/]" condition2="[n.page_node.has_subapps/]">
<then>
<n.returnable_action_link.>
<div class="[n.action_link_style/]" style="margin-left:.6em">
<img src="/images/thread_sm.png" class="image16"/>
<n.page_node.node_link href="[n.path template='view_topics'/]" text="[t]Topics View[/t]" />
</div>
</n.returnable_action_link.>
</then>
</n.if.either>
</macro>
|
| Free forum by Nabble | Edit this page |