summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_teleport_history_gear.xml
blob: bc7d4fe33be86e06a054b80fbf662d24280ade0e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 name="Teleport History Gear Context Menu"
 left="0"
 bottom="0"
 visible="false"
 mouse_opaque="false"
 opaque="true"
 color="MenuDefaultBgColor"
 drop_shadow="true" >
    <menu_item_call
     label="Expand all folders"
     name="Expand all folders">
        <menu_item_call.on_click
         function="TeleportHistory.ExpandAllFolders" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="expand_all" />
    </menu_item_call>
    <menu_item_call
     label="Collapse all folders"
     name="Collapse all folders">
        <menu_item_call.on_click
         function="TeleportHistory.CollapseAllFolders" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="collapse_all" />
    </menu_item_call>
    <menu_item_separator layout="topleft" />
    <menu_item_call
     label="Clear Teleport History"
     name="Clear Teleport History">
        <menu_item_call.on_click
         function="TeleportHistory.ClearTeleportHistory" />
    </menu_item_call>    
</toggleable_menu>