macro_viewer_header

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:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in macro_viewer.naml
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<macro name="macro_viewer_header" dot_parameter="text">
    <div style="clear:both;padding-top:1em">
        <div style="float:left;margin-top:1.1em">
            <n.macro_options_dropdown
Macro
/>
        </div>
        <h1 style="margin:.5em 0 1em"><n.text/></h1>
    </div>
 
    <div class="second-font" style="font-size:80%;float:right;margin-top:-4.3em;padding:.3em 0">
        <a href="http://naml.nabble.com/" target="_top">NAML documentation</a>
        &nbsp;
        <a href="https://youtu.be/06hd0keRN80" target="_top">Watch a video</a>
    </div>
</macro>