summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_inventory.xml
blob: 4434f5b42146bc823b821cbb28d27d6b843154f4 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 auto_tile="true"
 can_resize="true"
 height="563"
 layout="topleft"
 min_height="150"
 min_width="240"
 name="Inventory"
 help_topic="inventory"
 save_rect="true"
 save_visibility="true"
 single_instance="false"
 title="INVENTORY"
 width="467">
    <floater.string
     name="Title">
        Inventory
    </floater.string>
    <floater.string
     name="TitleFetching">
        Inventory (Fetching [ITEM_COUNT] Items...) [FILTER]
    </floater.string>
    <floater.string
     name="TitleCompleted">
        Inventory ([ITEM_COUNT] Items) [FILTER]
    </floater.string>
    <floater.string
     name="Fetched">
        Fetched
    </floater.string>
    <panel
     bottom="560"
	 class="panel_main_inventory"
	 filename="panel_main_inventory.xml"
	 follows="all"
	 layout="topleft"
	 left="0"
	 label="Inventory Panel"
	 name="Inventory Panel"
	 top="15"
	 width="467" />
              <menu_item_call
                 label="Model (L$[COST])..."
                 layout="topleft"
                 name="Upload Model">
                <menu_item_call.on_click
                 function="File.UploadModel"
                 parameter="" />
                <menu_item_call.on_enable
                 function="File.EnableUpload" />
              </menu_item_call>
              <menu_item_call
                 label="Scene..."
                 layout="topleft"
                 name="Upload Scene">
                <menu_item_call.on_click
                 function="File.UploadScene"
                 parameter="" />
                <menu_item_call.on_enable
                 function="File.EnableUpload" />
              </menu_item_call>
                <menu_item_call
</floater>