manage_subscribers_controls

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   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 "manage_subscribers_controls".
... in manage_subscribers.naml
21
22
23
24
25
26
<macro name="manage_subscribers_controls" requires="node_page">
    <n.horizontal_tab_control.>
        <n.current_subscribers_horizontal_tab/>
        <n.add_subscribers_horizontal_tab/>
    </n.horizontal_tab_control.>
</macro>