adv_search_exceptions

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
... in adv_search.naml
63
64
65
66
67
68
69
<macro name="adv_search_exceptions">
    <n.format_error
Macro
Parameters: message, prompt
.handle_exception
Binary
Namespace: NabbleNamespace
Parameters: for, do
. for="set-block">
        <n.exception
Binary
Namespace: ExceptionNamespace
Parameters: name, do
. name="days_field_not_integer">
            <t>Invalid number of days, must be integer.</t>
        </n.exception.>
    </n.format_error.handle_exception.>
</macro>