summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_teleport_history_item.xml
blob: 153e5a70a90904454127bbdd343a874d6d55d8d9 (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
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 name="Teleport History Item Menu"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 visible="false">
    <menu_item_call
     label="Teleport"
     layout="topleft"
     name="Teleport">
        <on_click
         function="TeleportHistory.GearMenu.Action"
         parameter="teleport" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="teleport" />
    </menu_item_call>
    <menu_item_call
     label="View"
     layout="topleft"
     name="More Information">
        <on_click
         function="TeleportHistory.GearMenu.Action"
         parameter="view" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="view" />
    </menu_item_call>
    <menu_item_call
     label="Show on map"
     layout="topleft"
     name="show_on_map">
        <on_click
         function="TeleportHistory.GearMenu.Action"
         parameter="show_on_map" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="show_on_map" />
    </menu_item_call>
    <menu_item_call
     label="Copy SLurl"
     layout="topleft"
     name="CopyToClipboard">
        <on_click
         function="TeleportHistory.GearMenu.Action"
         parameter="copy_slurl" />
        <on_enable
         function="TeleportHistory.GearMenu.Enable"
         parameter="copy_slurl" />
    </menu_item_call>
</toggleable_menu>