new_topic_action_row

NAML documentation   Watch a video
   Usages of this macro
... in widget.naml
69
70
71
72
73
74
75
76
77
78
79
80
81
<macro name="new_topic_action_row" requires="node_page">
    <tr>
        <td style="width:20px">
            <img src="/images/icon_post_message.png" class="image16" border="0"/>
        </td>
        <td class="nowrap" style="padding-left:.2em">
            <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.new_topic_link
Macro
Requires: node
Parameters: href, text, title, class
                text="[t]New Post[/t]"
                title="[t]Post new message in [t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/][/t]"
            />
        </td>
    </tr>
</macro>