app_views_action_row

NAML documentation   Watch a video
   Usages of this macro
... in widget.naml
94
95
96
97
98
99
100
101
102
103
<macro name="app_views_action_row" requires="node_page">
    <tr>
        <td style="width:20px;padding-top:.5em">
            <img src="/images/eye.png" class="image16"/>
        </td>
        <td class="nowrap" style="padding:.5em 0 0 .2em">
            <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.views
Macro
Requires: node
Parameters: show_text
 show_text="true"/>
        </td>
    </tr>
</macro>