... | 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>
|
Free forum by Nabble | Edit this page |