.content.xml
3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/coral/common/admin/searchpanel"
predicatePath="screens/search/facets/screens">
<rep:policy/>
<header
granite:rel="cq-common-admin-search-header"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<savedsearchesfield
granite:rel="cq-common-admin-savedsearch"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete"
emptyText="Saved Searches"
forceSelection="{Boolean}true"
mode="contains"
multiple="{Boolean}false"
name="savedSearches">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/coral/common/admin/searchpanel/savedsearchdatasource"
searchHome="/home/users"/>
<options
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/autocomplete/list"/>
</savedsearchesfield>
</items>
</header>
<footer
granite:class="cq-common-admin-search-toolbar"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<cancelsearchactionbutton
granite:rel="cq-common-admin-search-toolbar-cancel-button cq-common-admin-search-toolbar-button"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
block="{Boolean}true"
disabled="{Boolean}true"
text="Cancel"/>
<savesearchactionbutton
granite:rel="cq-common-admin-search-toolbar-save-button cq-common-admin-search-toolbar-button"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
block="{Boolean}true"
disabled="{Boolean}true"
icon="filterAdd"
text="Save"
variant="primary"/>
<editsearchactionbutton
granite:rel="cq-common-admin-search-toolbar-edit-button"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
block="{Boolean}true"
disabled="{Boolean}true"
text="Edit Saved Search"/>
<savedsearchinfopanel
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/coral/common/admin/searchpanel/toolbar/infopanel"/>
<actiondialogs
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/coral/common/admin/searchpanel/toolbar/actiondialogs"/>
</items>
</footer>
</jcr:root>