diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 12:04:02 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 12:04:02 +0000 |
commit | 438db7bbacb10687389401e839adbc390927cdc3 (patch) | |
tree | 1b5181e05f1bd18ff9b3bf220a78a7326ceb0c22 | |
parent | 3888fed3f6da192dc714a584f976d542f1cf593c (diff) |
reacreate floater_outgoing_call in the new style of floater_incoming_call.
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_outgoing_call.xml | 62 |
1 files changed, 38 insertions, 24 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml index fd936232c9..c30814c881 100644 --- a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml +++ b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml @@ -4,21 +4,29 @@ can_close="false" can_minimize="false" can_tear_off="false" - height="200" + height="125" layout="topleft" name="outgoing call" help_topic="outgoing_call" title="CALLING" - width="240"> - <floater.string - name="anonymous"> - anonymous + width="410"> + <floater.string + name="localchat"> + Local Voice Chat </floater.string> <floater.string name="calling"> Calling [CALLEE] </floater.string> <floater.string + name="anonymous"> + anonymous + </floater.string> + <floater.string + name="VoiceInviteP2P"> + is calling. + </floater.string> + <floater.string name="VoiceInviteAdHoc"> has joined a Voice Chat call with a conference chat. </floater.string> @@ -31,42 +39,48 @@ left_delta="19" top="35" width="36" /> - <text_editor - font="SansSerif" - height="64" - border_visible="false" + <text + font="SansSerifLarge" + height="20" layout="topleft" left="77" - max_length="2147483647" - name="callee name" - read_only="true" - top="21" - width="163" + name="caller name" + top="27" + width="315" word_wrap="true" /> + <text + font="SansSerif" + height="50" + layout="topleft" + left="77" + name="question" + top="52" + width="315" + word_wrap="true"> + Do you want to leave [CURRENT_CHAT] and join this voice chat? + </text> <button height="24" - label="Bar" - label_selected="Bar" + label="Foo" + label_selected="Foo" layout="topleft" left="70" - name="Bar" + name="Foo" top="92" width="100" /> <button height="24" - label="Foo" - label_selected="Foo" + label="Bar" + label_selected="Bar" layout="topleft" - left_delta="0" - name="Foo" - top_pad="12" + name="Bar" + left_pad="10" width="100" /> <button height="24" label="Baz" layout="topleft" - left_delta="0" name="Baz" - top_pad="12" + left_pad="10" width="100" /> </floater> |