summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_places_gear_sorting.xml
blob: 6abefc9bb6f07b78d4fdd355c6cab5e1439501f1 (plain)
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<toggleable_menu
 layout="topleft"
 left="0"
 mouse_opaque="false"
 name="menu_sorter_gear"
 visible="false">
    <menu_item_call
     label="Expand all folders"
     layout="topleft"
     name="expand_all">
        <on_click
         function="Places.LandmarksGear.Folding.Action"
         parameter="expand_all" />
        <on_enable
         function="Places.LandmarksGear.Enable"
         parameter="expand_all" />
    </menu_item_call>
    <menu_item_call
     label="Collapse all folders"
     layout="topleft"
     name="collapse_all">
        <on_click
         function="Places.LandmarksGear.Folding.Action"
         parameter="collapse_all" />
        <on_enable
         function="Places.LandmarksGear.Enable"
         parameter="collapse_all" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_check
     label="Sort by Date"
     layout="topleft"
     name="sort_by_date">
        <on_check
         function="Places.LandmarksGear.Check"
         parameter="sort_by_date" />
        <on_click
         function="Places.LandmarksGear.Folding.Action"
         parameter="sort_by_date" />
        <on_enable
         function="Places.LandmarksGear.Enable"
         parameter="sort_by_date" />
    </menu_item_check>
</toggleable_menu>