summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_inventory_add.xml
blob: 29724b0270e5446e1f6a789c160a2ad152fa9c23 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu
 layout="topleft"
 left="0"
 mouse_opaque="false"
 can_tear_off="false"
 name="menu_inventory_add"
 visible="false">
            <menu
             create_jump_keys="true"
             label="Upload"
             layout="topleft"
             name="upload"
             tear_off="true">
                <menu_item_call
                 label="Image (L$[COST])..."
                 layout="topleft"
                 name="Upload Image"
                 shortcut="control|U">
                    <menu_item_call.on_click
                     function="File.UploadImage"
                     parameter="" />
                    <menu_item_call.on_enable
                     function="File.EnableUpload" />
                </menu_item_call>
                <menu_item_call
                 label="Sound (L$[COST])..."
                 layout="topleft"
                 name="Upload Sound">
                    <menu_item_call.on_click
                     function="File.UploadSound"
                     parameter="" />
                    <menu_item_call.on_enable
                     function="File.EnableUpload" />
                </menu_item_call>
                <menu_item_call
                 label="Animation (L$[COST])..."
                 layout="topleft"
                 name="Upload Animation">
                    <menu_item_call.on_click
                     function="File.UploadAnim"
                     parameter="" />
                    <menu_item_call.on_enable
                     function="File.EnableUpload" />
                </menu_item_call>
                <menu_item_call
                 label="Model..."
                 layout="topleft"
                 name="Upload Model">
                <menu_item_call.on_click
                 function="File.UploadModel"
                 parameter="" />
                <menu_item_call.on_enable
                 function="File.EnableUploadModel" />
                <menu_item_call.on_visible
                function="File.VisibleUploadModel"/>
                </menu_item_call>
                <menu_item_call
                 label="Bulk (L$[COST] per file)..."
                 layout="topleft"
                 name="Bulk Upload">
                    <menu_item_call.on_click
                     function="File.UploadBulk"
                     parameter="" />
                </menu_item_call>
            </menu>

            <menu_item_call
             label="New Folder"
             layout="topleft"
             name="New Folder">
                <menu_item_call.on_click
                 function="Inventory.DoCreate"
                 parameter="category" />
            </menu_item_call>
            <menu_item_call
             label="New Script"
             layout="topleft"
             name="New Script">
                <menu_item_call.on_click
                 function="Inventory.DoCreate"
                 parameter="lsl" />
            </menu_item_call>
            <menu_item_call
             label="New Notecard"
             layout="topleft"
             name="New Note">
                <menu_item_call.on_click
                 function="Inventory.DoCreate"
                 parameter="notecard" />
            </menu_item_call>
            <menu_item_call
             label="New Gesture"
             layout="topleft"
             name="New Gesture">
                <menu_item_call.on_click
                 function="Inventory.DoCreate"
                 parameter="gesture" />
            </menu_item_call>
            <menu
             height="175"
             label="New Clothes"
             layout="topleft"
             left_delta="0"
             mouse_opaque="false"
             name="New Clothes"
             top_pad="514"
             width="125">
                <menu_item_call
                 label="New Shirt"
                 layout="topleft"
                 name="New Shirt">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="shirt" />
                </menu_item_call>
                <menu_item_call
                 label="New Pants"
                 layout="topleft"
                 name="New Pants">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="pants" />
                </menu_item_call>
                <menu_item_call
                 label="New Shoes"
                 layout="topleft"
                 name="New Shoes">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="shoes" />
                </menu_item_call>
                <menu_item_call
                 label="New Socks"
                 layout="topleft"
                 name="New Socks">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="socks" />
                </menu_item_call>
                <menu_item_call
                 label="New Jacket"
                 layout="topleft"
                 name="New Jacket">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="jacket" />
                </menu_item_call>
                <menu_item_call
                 label="New Skirt"
                 layout="topleft"
                 name="New Skirt">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="skirt" />
                </menu_item_call>
                <menu_item_call
                 label="New Gloves"
                 layout="topleft"
                 name="New Gloves">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="gloves" />
                </menu_item_call>
                <menu_item_call
                 label="New Undershirt"
                 layout="topleft"
                 name="New Undershirt">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="undershirt" />
                </menu_item_call>
                <menu_item_call
                 label="New Underpants"
                 layout="topleft"
                 name="New Underpants">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="underpants" />
                </menu_item_call>
                <menu_item_call
                 label="New Alpha"
                 layout="topleft"
                 name="New Alpha">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="alpha" />
                </menu_item_call>
                <menu_item_call
                 label="New Tattoo"
                 layout="topleft"
                 name="New Tattoo">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="tattoo" />
                </menu_item_call>
              <menu_item_call
                 label="New Universal"
                 layout="topleft"
                 name="New Universal">
                <menu_item_call.on_click
                 function="Inventory.DoCreate"
                 parameter="universal" />
              </menu_item_call>
                <menu_item_call
                 label="New Physics"
                 layout="topleft"
                 name="New Physics">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="physics" />
                </menu_item_call>
            </menu>
            <menu
             height="85"
             label="New Body Parts"
             layout="topleft"
             left_delta="0"
             mouse_opaque="false"
             name="New Body Parts"
             top_pad="514"
             width="118">
                <menu_item_call
                 label="New Shape"
                 layout="topleft"
                 name="New Shape">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="shape" />
                </menu_item_call>
                <menu_item_call
                 label="New Skin"
                 layout="topleft"
                 name="New Skin">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="skin" />
                </menu_item_call>
                <menu_item_call
                 label="New Hair"
                 layout="topleft"
                 name="New Hair">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="hair" />
                </menu_item_call>
                <menu_item_call
                 label="New Eyes"
                 layout="topleft"
                 name="New Eyes">
                    <menu_item_call.on_click
                     function="Inventory.DoCreate"
                     parameter="eyes" />
                </menu_item_call>
            </menu>
</menu>