message_date_group

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
193
194
195
196
197
198
199
200
201
202
203
204
205
<macro name="message_date_group">
    <tr>
        <td colspan="2">
            <div class="shaded-bg-color rounded second-font group-header">
                <t>Message date</t>
            </div>
        </td>
    </tr>
    <tr>
        <td class="form-label end-group"><t>is within the last:</t></td>
        <td><input name="days" size="5" value="[n.hide_if
Macro
Parameters: equals, text
. equals='0'][n.hide_null
Binary
Namespace: BasicNamespace
Parameters: value
.get_parameter
Binary
Namespace: RequestNamespace
Parameters: name
 name='days' /][/n.hide_if.]" /> <t>days</t></td>
    </tr>
</macro>