aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml6
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_classified.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml5
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml8
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml4
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml2
10 files changed, 18 insertions, 17 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml
index 5c794c0..7f5f0aa 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml
@@ -243,7 +243,7 @@
243 <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" 243 <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
244 initial_value="false" label="Hire" left_delta="170" mouse_opaque="true" 244 initial_value="false" label="Hire" left_delta="170" mouse_opaque="true"
245 name="chk7" width="92" /> 245 name="chk7" width="92" />
246 <line_editor bevel_style="in" border_style="line" 246 <line_editor bevel_style="in" border_style="line" spell_check="true"
247 border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" 247 border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top"
248 font="SansSerifSmall" height="16" is_unicode="false" left="80" 248 font="SansSerifSmall" height="16" is_unicode="false" left="80"
249 max_length="254" mouse_opaque="true" name="want_to_edit" 249 max_length="254" mouse_opaque="true" name="want_to_edit"
@@ -272,7 +272,7 @@
272 <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" 272 <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
273 initial_value="false" label="Custom Characters" left_delta="170" 273 initial_value="false" label="Custom Characters" left_delta="170"
274 mouse_opaque="true" name="schk5" width="127" /> 274 mouse_opaque="true" name="schk5" width="127" />
275 <line_editor bevel_style="in" border_style="line" 275 <line_editor bevel_style="in" border_style="line" spell_check="true"
276 border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" 276 border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top"
277 font="SansSerifSmall" height="16" is_unicode="false" left="80" 277 font="SansSerifSmall" height="16" is_unicode="false" left="80"
278 max_length="254" mouse_opaque="true" name="skills_edit" 278 max_length="254" mouse_opaque="true" name="skills_edit"
@@ -283,7 +283,7 @@
283 mouse_opaque="true" name="Languages:" v_pad="0" width="70"> 283 mouse_opaque="true" name="Languages:" v_pad="0" width="70">
284 Languages: 284 Languages:
285 </text> 285 </text>
286 <line_editor bevel_style="in" border_style="line" 286 <line_editor bevel_style="in" border_style="line" spell_check="true"
287 border_thickness="1" bottom_delta="0" enabled="true" follows="left|top" 287 border_thickness="1" bottom_delta="0" enabled="true" follows="left|top"
288 font="SansSerifSmall" height="16" is_unicode="false" left="80" 288 font="SansSerifSmall" height="16" is_unicode="false" left="80"
289 max_length="254" mouse_opaque="true" name="languages_edit" 289 max_length="254" mouse_opaque="true" name="languages_edit"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml
index 5789474..d1c7656 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml
@@ -3,7 +3,7 @@
3 name="Classified" title="Classified" width="350"> 3 name="Classified" title="Classified" width="350">
4 <texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl" 4 <texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl"
5 width="207" /> 5 width="207" />
6 <line_editor bottom_delta="-8" enabled="false" follows="left|top" 6 <line_editor bottom_delta="-8" enabled="false" follows="left|top" spell_check="true"
7 font="SansSerif" height="20" left="10" name="given_name_editor" 7 font="SansSerif" height="20" left="10" name="given_name_editor"
8 tool_tip="Name must begin with a letter or number, not punctuation." 8 tool_tip="Name must begin with a letter or number, not punctuation."
9 width="280" /> 9 width="280" />
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml
index af8b58c..d5468a6 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml
@@ -23,7 +23,7 @@
23 Sort: 23 Sort:
24 </text> 24 </text>
25 <line_editor bottom_delta="5" follows="left|top" height="16" left="280" 25 <line_editor bottom_delta="5" follows="left|top" height="16" left="280"
26 name="sort_order_editor" width="25" /> 26 name="sort_order_editor" width="25" spell_check="true" />
27 <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" 27 <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360"
28 name="enabled_check" width="80" /> 28 name="enabled_check" width="80" />
29</panel> 29</panel>
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml
index 780da86..dd5bf2d 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml
@@ -13,7 +13,7 @@
13 max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control" 13 max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control"
14 width="100" tool_tip="Set the default channel for inworld chat"/> 14 width="100" tool_tip="Set the default channel for inworld chat"/>
15 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-23" 15 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-23"
16 follows="left|right|bottom" font="SansSerif" 16 follows="left|right|bottom" font="SansSerif" spell_check="true"
17 handle_edit_keys_directly="false" height="20" label="Click here to chat." 17 handle_edit_keys_directly="false" height="20" label="Click here to chat."
18 left="212" max_length="254" name="Chat Editor" 18 left="212" max_length="254" name="Chat Editor"
19 select_all_on_focus_received="false" select_on_focus="false" tab_group="1" 19 select_all_on_focus_received="false" select_on_focus="false" tab_group="1"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml b/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml
index 3c292e9..ef281fe 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml
@@ -6,7 +6,7 @@
6 <line_editor bottom_delta="-8" enabled="false" follows="left|top" 6 <line_editor bottom_delta="-8" enabled="false" follows="left|top"
7 font="SansSerif" height="20" left="20" name="given_name_editor" 7 font="SansSerif" height="20" left="20" name="given_name_editor"
8 tool_tip="Name must begin with a letter or number, not punctuation." 8 tool_tip="Name must begin with a letter or number, not punctuation."
9 width="400" /> 9 width="400" spell_check="true" />
10 <text_editor enabled="false" follows="left|top" 10 <text_editor enabled="false" follows="left|top"
11 font="SansSerifSmall" height="90" left="20" max_length="1023" 11 font="SansSerifSmall" height="90" left="20" max_length="1023"
12 name="desc_editor" width="400" word_wrap="true" /> 12 name="desc_editor" width="400" word_wrap="true" />
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml
index a967a90..db1e65a 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml
@@ -18,7 +18,7 @@ Hover your mouse over the options for more help.
18 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" 18 bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
19 h_pad="0" halign="left" height="16" label="Type your new group name here" 19 h_pad="0" halign="left" height="16" label="Type your new group name here"
20 left="7" max_length="35" mouse_opaque="true" name="group_name_editor" 20 left="7" max_length="35" mouse_opaque="true" name="group_name_editor"
21 prevalidate="ascii" v_pad="0" width="300" /> 21 prevalidate="ascii" v_pad="0" width="300" spell_check="true" />
22 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 22 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
23 bottom="-20" drop_shadow_visible="true" follows="left|top" 23 bottom="-20" drop_shadow_visible="true" follows="left|top"
24 font="SansSerifBig" h_pad="0" halign="left" height="16" left="7" 24 font="SansSerifBig" h_pad="0" halign="left" height="16" left="7"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml
index 0e5e84d..5558696 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml
@@ -74,7 +74,8 @@ and you can&apos;t send a folder.
74 <line_editor bevel_style="in" border_style="line" 74 <line_editor bevel_style="in" border_style="line"
75 border_thickness="1" bottom_delta="0" font="SansSerifSmall" height="16" 75 border_thickness="1" bottom_delta="0" font="SansSerifSmall" height="16"
76 is_unicode="false" left_delta="58" max_length="63" mouse_opaque="true" 76 is_unicode="false" left_delta="58" max_length="63" mouse_opaque="true"
77 name="create_subject" prevalidate="printable_not_pipe" width="264" /> 77 name="create_subject" prevalidate="printable_not_pipe" width="264"
78 spell_check="true" />
78 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 79 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
79 bottom_delta="-18" drop_shadow_visible="true" font="SansSerifSmall" 80 bottom_delta="-18" drop_shadow_visible="true" font="SansSerifSmall"
80 h_pad="0" halign="right" height="16" left="7" mouse_opaque="true" 81 h_pad="0" halign="right" height="16" left="7" mouse_opaque="true"
@@ -94,7 +95,7 @@ and you can&apos;t send a folder.
94 <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false" 95 <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false"
95 font="SansSerifSmall" height="16" is_unicode="false" left_delta="59" 96 font="SansSerifSmall" height="16" is_unicode="false" left_delta="59"
96 max_length="63" mouse_opaque="false" name="create_inventory_name" 97 max_length="63" mouse_opaque="false" name="create_inventory_name"
97 width="211" /> 98 width="211" spell_check="true" />
98 <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false" 99 <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false"
99 name="create_inv_icon" width="16" /> 100 name="create_inv_icon" width="16" />
100 <button bottom_delta="0" font="SansSerif" halign="center" height="20" 101 <button bottom_delta="0" font="SansSerif" halign="center" height="20"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml
index bd64622..3729f5b 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml
@@ -95,7 +95,7 @@ clicking on their names.
95 <line_editor bevel_style="in" border_style="line" 95 <line_editor bevel_style="in" border_style="line"
96 border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" 96 border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall"
97 height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true" 97 height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true"
98 name="search_text" width="100" /> 98 name="search_text" width="100" spell_check="true" />
99 <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" 99 <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20"
100 label="Search" left_delta="105" name="search_button" width="60" /> 100 label="Search" left_delta="105" name="search_button" width="60" />
101 <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" 101 <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center"
@@ -135,7 +135,7 @@ including the Everyone and Owner Roles.
135 <line_editor bevel_style="in" border_style="line" 135 <line_editor bevel_style="in" border_style="line"
136 border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" 136 border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall"
137 height="16" is_unicode="false" left="6" max_length="63" mouse_opaque="true" 137 height="16" is_unicode="false" left="6" max_length="63" mouse_opaque="true"
138 name="search_text" width="100" /> 138 name="search_text" width="100" spell_check="true" />
139 <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" 139 <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20"
140 label="Search" left_delta="105" name="search_button" width="60" /> 140 label="Search" left_delta="105" name="search_button" width="60" />
141 <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" 141 <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center"
@@ -200,7 +200,7 @@ things in this group. There&apos;s a broad variety of Abilities.
200 border_visible="false" bottom_delta="-16" drop_shadow_visible="false" 200 border_visible="false" bottom_delta="-16" drop_shadow_visible="false"
201 follows="left|top" font="SansSerifSmall" height="16" is_unicode="false" 201 follows="left|top" font="SansSerifSmall" height="16" is_unicode="false"
202 left="0" max_length="20" mouse_opaque="true" name="role_name" 202 left="0" max_length="20" mouse_opaque="true" name="role_name"
203 width="145"> 203 width="145" spell_check="true">
204 Employees 204 Employees
205 </line_editor> 205 </line_editor>
206 <text bottom_delta="-16" font="SansSerif" halign="left" height="16" left="0" 206 <text bottom_delta="-16" font="SansSerif" halign="left" height="16" left="0"
@@ -212,7 +212,7 @@ things in this group. There&apos;s a broad variety of Abilities.
212 bottom_delta="-16" drop_shadow_visible="false" follows="left|top" 212 bottom_delta="-16" drop_shadow_visible="false" follows="left|top"
213 font="SansSerifSmall" height="16" is_unicode="false" left="0" 213 font="SansSerifSmall" height="16" is_unicode="false" left="0"
214 max_length="20" mouse_opaque="true" name="role_title" 214 max_length="20" mouse_opaque="true" name="role_title"
215 width="145"> 215 width="145" spell_check="true">
216 (waiting) 216 (waiting)
217 </line_editor> 217 </line_editor>
218 <text_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 218 <text_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml
index 1ef815e..46ba64a 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml
@@ -96,8 +96,8 @@
96 font="SansSerifSmall" handle_edit_keys_directly="false" height="11" 96 font="SansSerifSmall" handle_edit_keys_directly="false" height="11"
97 label="Search" left="-94" max_length="254" mouse_opaque="true" 97 label="Search" left="-94" max_length="254" mouse_opaque="true"
98 name="search_editor" select_all_on_focus_received="false" 98 name="search_editor" select_all_on_focus_received="false"
99 select_on_focus="false" tab_group="1" tool_tip="Search Second Life" 99 select_on_focus="false" tab_group="1" tool_tip="Inworld search"
100 width="78"/> 100 width="78" spell_check="true"/>
101 <button bottom="-17" enabled="true" follows="right|bottom" font="SansSerifSmall" 101 <button bottom="-17" enabled="true" follows="right|bottom" font="SansSerifSmall"
102 halign="center" height="16" image_unselected="status_search_btn.png" image_selected="status_search_btn_pressed.png" image_disabled_selected="status_search_btn_pressed.png" image_disabled="status_search_btn.png" 102 halign="center" height="16" image_unselected="status_search_btn.png" image_selected="status_search_btn_pressed.png" image_disabled_selected="status_search_btn_pressed.png" image_disabled="status_search_btn.png"
103 label="" label_selected="" left="-16" mouse_opaque="true" name="search_btn" 103 label="" label_selected="" left="-16" mouse_opaque="true" name="search_btn"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml b/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml
index 03d0919..0c66aff 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml
@@ -23,7 +23,7 @@
23 Sort: 23 Sort:
24 </text> 24 </text>
25 <line_editor bottom_delta="5" follows="left|top" height="16" left="320" 25 <line_editor bottom_delta="5" follows="left|top" height="16" left="320"
26 name="sort_order_editor" width="25" /> 26 name="sort_order_editor" width="25" spell_check="true" />
27 <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" 27 <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360"
28 name="enabled_check" width="80" /> 28 name="enabled_check" width="80" />
29</panel> 29</panel>