diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/panel_region_estate.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_region_estate.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_region_estate.xml | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml b/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml new file mode 100644 index 0000000..b15b0bf --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml | |||
@@ -0,0 +1,145 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="0" follows="top|left" height="320" label="Estate" left="0" name="Estate" width="480"> | ||
3 | <text bottom="-30" follows="left|top" font="SansSerifSmall" height="20" left="10" | ||
4 | name="estate_help_text" width="400"> | ||
5 | Changes to settings on this tab will affect all regions in the estate. | ||
6 | </text> | ||
7 | <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="10" | ||
8 | name="estate_text" width="40"> | ||
9 | Estate: | ||
10 | </text> | ||
11 | <text bg_readonly_color="clear" bottom_delta="0" follows="left|top" font="SansSerif" | ||
12 | height="20" left="60" name="estate_name" text_readonly_color="white" | ||
13 | width="150"> | ||
14 | (unknown) | ||
15 | </text> | ||
16 | <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="10" | ||
17 | name="owner_text" width="40"> | ||
18 | Owner: | ||
19 | </text> | ||
20 | <text bg_readonly_color="clear" bottom_delta="0" follows="left|top" font="SansSerif" | ||
21 | height="20" left="60" name="estate_owner" text_readonly_color="white" | ||
22 | width="150"> | ||
23 | (unknown) | ||
24 | </text> | ||
25 | <text bottom_delta="-25" follows="left|top" height="20" left="10" | ||
26 | name="estate_manager_label" width="180"> | ||
27 | Estate Managers: | ||
28 | </text> | ||
29 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
30 | left="190" name="estate_manager_help" width="18" /> | ||
31 | <name_list bottom_delta="-60" follows="left|top" height="60" left="10" | ||
32 | name="estate_manager_name_list" width="200" /> | ||
33 | <button bottom_delta="-30" enabled="true" follows="left|top" height="20" label="Add..." | ||
34 | left="10" name="add_estate_manager_btn" width="80" /> | ||
35 | <button bottom_delta="0" enabled="true" follows="left|top" height="20" | ||
36 | label="Remove..." left="110" name="remove_estate_manager_btn" width="80" /> | ||
37 | <check_box bottom_delta="-50" follows="left|top" height="20" label="Use Global Time" | ||
38 | left="15" name="use_global_time_check" width="100" /> | ||
39 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
40 | left="125" name="use_global_time_help" width="18" /> | ||
41 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Fixed Sun" left="15" | ||
42 | name="fixed_sun_check" width="100" /> | ||
43 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
44 | left="125" name="fixed_sun_help" width="18" /> | ||
45 | <icon bottom_delta="-25" follows="left|top" height="20" | ||
46 | image_name="icon_day_cycle.tga" left="50" name="daycycle" width="165" /> | ||
47 | <slider bottom_delta="-25" follows="left|top" height="20" increment="0.001" | ||
48 | label="Phase" left="15" max_val="30" min_val="6" name="sun_hour_slider" | ||
49 | show_text="false" width="200" /> | ||
50 | <check_box bottom_delta="-30" follows="left|top" height="20" label="Public Access" | ||
51 | left="15" name="externally_visible_check" width="200" /> | ||
52 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
53 | left="185" name="externally_visible_help" width="18" /> | ||
54 | <!-- | ||
55 | <check_box name="mainland_visible_check" | ||
56 | label="Mainland Visible From Here" | ||
57 | left="15" | ||
58 | bottom_delta="-20" | ||
59 | width="80" | ||
60 | height="20" | ||
61 | follows="left|top" | ||
62 | /> | ||
63 | <button name="mainland_visible_help" | ||
64 | label="?" | ||
65 | left="185" | ||
66 | bottom_delta="0" | ||
67 | width="18" | ||
68 | height="18" | ||
69 | follows="left|top" | ||
70 | font="SansSerifSmall" | ||
71 | /> | ||
72 | --> | ||
73 | <check_box bottom_delta="-40" follows="left|top" height="20" label="Allow Direct Teleport" | ||
74 | left="15" name="allow_direct_teleport" width="80" /> | ||
75 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
76 | left="185" name="allow_direct_teleport_help" width="18" /> | ||
77 | <text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" | ||
78 | left="12" name="region_text_lbl" width="200"> | ||
79 | Deny Access on Payment Status: | ||
80 | </text> | ||
81 | <check_box bottom_delta="-16" follows="left|top" height="20" | ||
82 | label="Deny No Payment Info On File" left="15" name="deny_anonymous" | ||
83 | width="80" /> | ||
84 | <check_box bottom_delta="-18" follows="left|top" height="20" | ||
85 | label="Deny Payment Info On File" left="15" name="deny_identified" | ||
86 | width="80" /> | ||
87 | <check_box bottom_delta="-18" follows="left|top" height="20" | ||
88 | label="Deny Payment Info Used" left="15" name="deny_transacted" width="80" /> | ||
89 | <text bottom_delta="-23" follows="left|top" height="20" | ||
90 | left="15" name="abuse_email_text" width="100" visible="false"> | ||
91 | [Abuse E-mail Beta] | ||
92 | </text> | ||
93 | <button bottom_delta="3" enabled="false" follows="left|top" height="20" label="Apply" | ||
94 | left="150" name="apply_btn" width="60" /> | ||
95 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-5" follows="top|left" | ||
96 | height="275" left="8" width="220" /> | ||
97 | <text bottom="-95" follows="left|top" height="20" left="250" | ||
98 | name="allow_resident_label" width="220"> | ||
99 | Allowed residents: | ||
100 | </text> | ||
101 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
102 | left="430" name="allow_resident_help" width="18" /> | ||
103 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="top|left" | ||
104 | height="60" left="250" width="200" /> | ||
105 | <name_list bottom_delta="0" follows="left|top" height="60" left="250" | ||
106 | name="allowed_avatar_name_list" width="200" /> | ||
107 | <button bottom_delta="-30" enabled="true" follows="left|top" height="20" label="Add..." | ||
108 | left="250" name="add_allowed_avatar_btn" width="80" /> | ||
109 | <button bottom_delta="0" enabled="true" follows="left|top" height="20" | ||
110 | label="Remove..." left="340" name="remove_allowed_avatar_btn" width="80" /> | ||
111 | <text bottom_delta="-34" follows="left|top" height="20" left="250" | ||
112 | name="allow_group_label" width="200"> | ||
113 | Allowed groups: | ||
114 | </text> | ||
115 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
116 | left="430" name="allow_group_help" width="18" /> | ||
117 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="top|left" | ||
118 | height="60" left="250" width="200" /> | ||
119 | <name_list bottom_delta="0" follows="left|top" height="60" left="250" | ||
120 | name="allowed_group_name_list" width="200" /> | ||
121 | <button bottom_delta="-30" enabled="true" follows="left|top" height="20" label="Add..." | ||
122 | left="250" name="add_allowed_group_btn" width="80" /> | ||
123 | <button bottom_delta="0" enabled="true" follows="left|top" height="20" | ||
124 | label="Remove..." left="340" name="remove_allowed_group_btn" width="80" /> | ||
125 | <text bottom_delta="-34" follows="left|top" height="20" left="250" | ||
126 | name="ban_resident_label" width="200"> | ||
127 | Banned residents: | ||
128 | </text> | ||
129 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
130 | left="430" name="ban_resident_help" width="18" /> | ||
131 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="top|left" | ||
132 | height="60" left="250" width="200" /> | ||
133 | <name_list bottom_delta="0" follows="left|top" height="60" left="250" | ||
134 | name="banned_avatar_name_list" width="200" /> | ||
135 | <button bottom_delta="-30" enabled="true" follows="left|top" height="20" label="Add..." | ||
136 | left="250" name="add_banned_avatar_btn" width="80" /> | ||
137 | <button bottom_delta="0" enabled="true" follows="left|top" height="20" | ||
138 | label="Remove..." left="340" name="remove_banned_avatar_btn" width="80" /> | ||
139 | <button bottom_delta="-21" follows="left|top" height="20" | ||
140 | label="Send Message To Estate..." left="250" name="message_estate_btn" | ||
141 | width="200" /> | ||
142 | <button bottom_delta="-21" enabled="true" follows="left|top" height="20" | ||
143 | label="Kick User from Estate..." left="250" | ||
144 | name="kick_user_from_estate_btn" width="200" /> | ||
145 | </panel> | ||