diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_instant_message.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_instant_message.xml | 130 |
1 files changed, 57 insertions, 73 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_instant_message.xml b/linden/indra/newview/skins/xui/en-us/floater_instant_message.xml index 637c8ba..b6a7932 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_instant_message.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_instant_message.xml | |||
@@ -1,71 +1,64 @@ | |||
1 | <!-- This is the _embedded_ instant message panel, not the floater that | 1 | <floater border="true" bottom="-298" can_close="true" can_drag_on_left="false" |
2 | contains all the instant messages. See floater_im.xml. JC --> | 2 | can_minimize="true" can_resize="true" default_tab_group="1" |
3 | <floater border="true" | 3 | follows="left|top|right|bottom" height="297" label="(unknown)" left="1" |
4 | bottom="-298" | 4 | min_height="155" min_width="345" mouse_opaque="true" name="im_floater" |
5 | can_close="true" | 5 | rect_control="" title="(unknown)" width="501"> |
6 | can_drag_on_left="false" | 6 | <string name="ringing"> |
7 | can_minimize="true" | 7 | Calling... |
8 | can_resize="true" | 8 | </string> |
9 | enabled="true" | 9 | <string name="answering"> |
10 | follows="left|top|right|bottom" | 10 | Connecting... |
11 | height="297" | 11 | </string> |
12 | hidden="false" | 12 | <string name="connected"> |
13 | label="(unknown)" | 13 | Connected, click End Call to hang up |
14 | left="1" | 14 | </string> |
15 | min_height="155" | 15 | <string name="hang_up"> |
16 | min_width="345" | 16 | Call ended |
17 | mouse_opaque="true" | 17 | </string> |
18 | name="im_floater" | 18 | <string name="voice_icon"> |
19 | rect_control="" | 19 | icn_voice-pvtfocus.tga |
20 | title="(unknown)" | 20 | </string> |
21 | width="501" | 21 | <string name="title_string"> |
22 | default_tab_group="1"> | 22 | Instant Message with [NAME] |
23 | <string name="ringing">Calling...</string> | 23 | </string> |
24 | <string name="connected">Connected, click End Call to hang up</string> | 24 | <string name="typing_start_string"> |
25 | <string name="hang_up">Call ended</string> | 25 | [NAME] is typing... |
26 | 26 | </string> | |
27 | <button left="4" bottom="-40" height="20" width="70" label="Profile..." follows="left|top" name="profile_callee_btn"/> | 27 | <string name="session_start_string"> |
28 | <button left_delta="75" bottom="-40" height="20" width="70" label="Call" follows="left|top" name="start_call_btn"/> | 28 | Starting session with [NAME] please wait. |
29 | <button left_delta="0" bottom="-40" height="20" width="70" label="End Call" follows="left|top" name="end_call_btn" visible="false"/> | 29 | </string> |
30 | <panel left_delta="72" bottom="-40" height="20" width="344" border="false" name="speaker_controls" follows="left|top|right"> | 30 | <button bottom="-40" follows="left|top" height="20" label="Profile..." left="4" |
31 | <volume_slider | 31 | name="profile_callee_btn" width="80" /> |
32 | name="speaker_volume" | 32 | <button bottom="-40" follows="left|top" halign="center" height="20" |
33 | enabled="false" | 33 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
34 | left="0" | 34 | label="Call" left_delta="85" name="start_call_btn" width="80" /> |
35 | width="80" | 35 | <button bottom="-40" follows="left|top" halign="right" height="20" |
36 | bottom="0" | 36 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" |
37 | height="15" | 37 | label="End Call" left_delta="0" name="end_call_btn" visible="false" width="80" |
38 | follows="left|bottom" | 38 | pad_right="10"/> |
39 | min_val="0.0" | 39 | <panel border="false" bottom="-40" follows="left|top|right" height="20" |
40 | max_val="1.0" | 40 | left_delta="77" name="speaker_controls" width="344"> |
41 | increment="0.05" | 41 | <volume_slider bottom="0" follows="left|bottom" height="15" increment="0.05" |
42 | initial_val="0.5" | 42 | initial_val="0.5" left="0" max_val="1.0" min_val="0.0" |
43 | /> | 43 | name="speaker_volume" width="80" /> |
44 | <check_box | 44 | <button bottom_delta="0" height="20" |
45 | name="mute_btn" | 45 | image_selected="icn_speaker-muted_dark.tga" |
46 | enabled="false" | 46 | image_unselected="icn_speaker_dark.tga" label="" left_delta="85" |
47 | left_delta="85" | 47 | name="mute_btn" width="25" tool_tip="Mute voice"/> |
48 | bottom_delta="0" | 48 | </panel> |
49 | width="70" | ||
50 | height="25" | ||
51 | label="Mute voice chat" | ||
52 | /> | ||
53 | </panel> | ||
54 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" | 49 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" |
55 | bottom="28" embedded_items="false" enabled="false" | 50 | bottom="28" embedded_items="false" enabled="false" |
56 | follows="left|top|right|bottom" font="SansSerif" height="225" | 51 | follows="left|top|right|bottom" font="SansSerif" height="225" left="4" |
57 | hidden="false" left="4" max_length="2147483647" mouse_opaque="true" | 52 | max_length="2147483647" mouse_opaque="true" name="im_history" |
58 | name="im_history" text_color="ChatHistoryTextColor" | 53 | text_color="ChatHistoryTextColor" |
59 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" /> | 54 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" /> |
60 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="5" | 55 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="5" |
61 | enabled="true" follows="left|right|bottom" font="SansSerif" | 56 | follows="left|right|bottom" font="SansSerif" height="20" |
62 | handle_edit_keys_directly="false" height="20" hidden="false" left="6" | 57 | label="Click here to instant message" left="6" max_length="1022" |
63 | max_length="1022" mouse_opaque="true" name="chat_editor" | 58 | mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false" |
64 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" | 59 | select_on_focus="false" tab_group="1" width="421" /> |
65 | width="421" label="Click here to instant message" /> | 60 | <button bottom="4" follows="right|bottom" font="SansSerif" halign="center" height="20" |
66 | <button bottom="4" enabled="true" follows="right|bottom" font="SansSerif" | 61 | label="Send" left="432" mouse_opaque="true" name="send_btn" |
67 | halign="center" height="20" hidden="false" label="Send" | ||
68 | left="432" mouse_opaque="true" name="send_btn" | ||
69 | scale_image="true" width="60" /> | 62 | scale_image="true" width="60" /> |
70 | <text hidden="true" name="live_help_dialog" wordwrap="false"> | 63 | <text hidden="true" name="live_help_dialog" wordwrap="false"> |
71 | *** Welcome to Help Request *** | 64 | *** Welcome to Help Request *** |
@@ -73,13 +66,4 @@ Please first check our SL Help Pages by pressing F1, or by accessing the Knowled | |||
73 | If your answer is not there, please enter your question to begin, then allow a few moments for available helpers to respond. | 66 | If your answer is not there, please enter your question to begin, then allow a few moments for available helpers to respond. |
74 | -=-=- Response times will vary, especially during peak times -=-=- | 67 | -=-=- Response times will vary, especially during peak times -=-=- |
75 | </text> | 68 | </text> |
76 | <text hidden="true" name="title_string"> | ||
77 | Instant Message with [NAME] | ||
78 | </text> | ||
79 | <text hidden="true" name="typing_start_string"> | ||
80 | [NAME] is typing... | ||
81 | </text> | ||
82 | <text hidden="true" name="session_start_string"> | ||
83 | Starting session with [NAME] please wait. | ||
84 | </text> | ||
85 | </floater> | 69 | </floater> |