date_column

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "date_column".
... in user_nodes.naml
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<macro name="date_column" parameters="title,width">
    <n.table_column>
        <head>
            <td class="header" style="[n.width_style.width/]">
                <n.default. to="[t]Date[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color">
                <n.current_node.when_created.short_format/>
            </td>
        </body>
    </n.table_column>
</macro>
Feedback, Links, Privacy, Rules, Support, About