summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
blob: ceeef1cd46d3e6d0cba31db7bb9dc1698f66283c (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu
 height="101"
 layout="topleft"
 left="100"
 mouse_opaque="false"
 name="ScriptChiclet Menu"
 top="724"
 visible="false"
 width="128">
    <menu_item_call
     label="Close"
     layout="topleft"
     name="Close">
        <menu_item_call.on_click
         function="ScriptChiclet.Action"
         parameter="end" />
    </menu_item_call>
	<menu_item_call
	 label="Close by owner"
	 layout="topleft"
	 name="CloseByOwner">
		<menu_item_call.on_click
		 function="ScriptChiclet.Action"
		 parameter="end_owner" />
	</menu_item_call>
</menu>