set_app_rows_per_page

   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 "set_app_rows_per_page".
... in app.naml
378
379
380
<macro name="set_app_rows_per_page" parameters="rows_per_page">
    <n.global_set_var name="app_rows_per_page" value="[n.rows_per_page/]" />
</macro>