sort_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: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
167
168
169
170
171
172
173
174
175
176
177
178
<macro name="sort_controls" requires="search">
    <div style="float:right;margin:0 1em">
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.sorted_by_date
Binary
Namespace: SearchNamespace
>
            <then>
                <a href="[n.sort_by_relevance_path
Macro
/]"><t>Sort by relevance</t></a> | <t>Sorted by date</t>
            </then>
            <else>
                <t>Sorted by relevance</t> | <a href="[n.sort_by_date_path
Macro
/]"><t>Sort by date</t></a>
            </else>
        </n.if.sorted_by_date>
    </div>
</macro>