app_child_pagination

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   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 "app_child_pagination".
... in app.naml
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<macro name="app_child_pagination" requires="node_page,servlet" parameters="margin">
    <n.paging.
        total_rows="[n.page_node.child_count/]"
        current_row="[n.app_index_record/]"
        rows_per_page="[n.app_rows_per_page/]"
    >
        <n.generic_paging>
            <margin>
                <n.default. to='.55em .2em'>
                    <n.margin/>
                </n.default.>
            </margin>
            <url>
                <n.app_paged_url/>
            </url>
        </n.generic_paging>
    </n.paging.>
</macro>