aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/panel_place.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/panel_place.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_place.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_place.xml b/linden/indra/newview/skins/default/xui/en-us/panel_place.xml
new file mode 100644
index 0000000..d960a1a
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_place.xml
@@ -0,0 +1,55 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel border="false" bottom="20" can_close="true" can_minimize="true"
3 can_resize="false" follows="bottom|left" height="400" left="330"
4 name="Place" title="Place" width="450">
5 <texture_picker bottom="95" follows="left|top" height="300" left="20" name="snapshot_ctrl"
6 width="400" />
7 <text bottom_delta="-10" follows="left|top" font="SansSerif" height="20" left="20" name="name_label">
8 Name:
9 </text>
10 <text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
11 name="name_editor" width="361" />
12 <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="20" name="description_label">
13 Description:
14 </text>
15 <text_editor bottom_delta="-68" enabled="false" follows="left|top"
16 font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor"
17 width="400" word_wrap="true" />
18 <text bottom_delta="-25" follows="left|top" font="SansSerif" height="20" left="20" name="information_label">
19 Information:
20 </text>
21 <text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="95"
22 name="info_editor" width="328" />
23 <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="20" name="location_label">
24 Location:
25 </text>
26 <text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="95"
27 name="location_editor" width="342" />
28 <button bottom_delta="-20" follows="left|top" height="20" label="Teleport" left="20"
29 name="teleport_btn" width="100" />
30 <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="130"
31 name="map_btn" width="100" />
32 <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275"
33 name="auction_btn" width="80" />
34 <string name="traffic_text">
35 Traffic: [TRAFFIC]
36 </string>
37 <string name="area_text">
38 Area: [AREA] sq. m.
39 </string>
40 <string name="forsale_text">
41 For Sale for L$ [PRICE]
42 </string>
43 <string name="auction_text">
44 Auction ID [ID].
45 </string>
46 <string name="server_update_text">
47 Place information not available without server update.
48 </string>
49 <string name="server_error_text">
50 Information about this location is unavailable at this time, please try again later.
51 </string>
52 <string name="server_forbidden_text">
53 Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.
54 </string>
55</panel>