summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_cof_attachment.xml
blob: 42f81d2c94ee45a504cdc7c3bcbc28812019d370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="COF Attachment">
    <menu_item_call
     label="Edit"
     layout="topleft"
     name="edit_item">
        <on_click
         function="Attachment.Edit" />
        <on_enable
         function="Attachment.OnEnable"
         parameter="edit" />
   </menu_item_call>
    <menu_item_call
     label="Detach"
     layout="topleft"
     name="detach">
        <on_click
         function="Attachment.Detach"
         parameter="detach"/>
    </menu_item_call>
</context_menu>