2014-10-22 15:30:41 +00:00
|
|
|
title: $:/core/ui/Buttons/advanced-search
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}
|
|
|
|
description: {{$:/language/Buttons/AdvancedSearch/Hint}}
|
|
|
|
|
2019-10-07 14:13:56 +00:00
|
|
|
\whitespace trim
|
2020-12-10 17:09:28 +00:00
|
|
|
\define advanced-search-button(class)
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2015-03-23 11:36:54 +00:00
|
|
|
<$button to="$:/AdvancedSearch" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class="""$(tv-config-toolbar-class)$ $class$""">
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2014-10-22 15:30:41 +00:00
|
|
|
{{$:/core/images/advanced-search-button}}
|
|
|
|
</$list>
|
2019-07-31 08:30:16 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2014-10-22 15:30:41 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>
|
|
|
|
</$list>
|
2015-03-23 11:36:54 +00:00
|
|
|
</$button>
|
|
|
|
\end
|
|
|
|
|
2020-12-10 17:09:28 +00:00
|
|
|
<$list filter="[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]" emptyMessage=<<advanced-search-button>>>
|
|
|
|
<<advanced-search-button "tc-selected">>
|
2015-03-23 11:36:54 +00:00
|
|
|
</$list>
|