page_search_box

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 search.naml
369
370
371
372
373
374
375
376
<macro name="page_search_box" parameters="author" requires="node,servlet">
    <n.search_form
Macro
Requires: node
Parameters: author, query, days, style, do
.
        style="display: inline; margin: 0;"
        author="[n.author/]"
    >
        <input id="nabble.searchQuery" type="text" class="medium-border-color" name="query" size="20" />
    </n.search_form.>
</macro>