... | in replies_column.naml |
1 2 3 4 5 6 7 8 9 10 11 12
|
<override_macro name="replies_column" parameters="width,title">
<n.table_column>
<head>
<td class="[n.column_default_border/] replies-column nowrap" align="center" style="[n.width_style.width/]">
<n.default. to="[t]Replies[/t]"><n.title/></n.default.>
</td>
</head>
<body>
<td class="[n.column_default_border/]" align="center"><n.current_node.replies/></td>
</body>
</n.table_column>
</override_macro>
|
... | in columns.naml |
165 166 167 168 169 170 171 172 173 174 175 176
|
<macro name="replies_column" parameters="width,title">
<n.table_column>
<head>
<td class="[n.column_default_border/] replies-column nowrap" align="center" style="[n.width_style.width/]">
<n.default. to="[t]Replies[/t]"><n.title/></n.default.>
</td>
</head>
<body>
<td class="[n.column_default_border/]" align="center"><n.current_node.replies/></td>
</body>
</n.table_column>
</macro>
|
Free forum by Nabble | Edit this page |