diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-19 17:03:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-19 17:03:05 -0500 |
commit | 3337ef16cee97e26b45aa07518d34d031bdc75fa (patch) | |
tree | b3302fdbae8802ac4d209c960a5b9629938182f2 /indra/newview/skins/default/xui/en/panel_notify_textbox.xml | |
parent | 2eec4949cc49f3c59cdc278be0e7eed1e092b167 (diff) | |
parent | f6ba55b8ed24246be340d069c64d25bd614194a6 (diff) |
Automated merge with file:///Users/oz/Work/viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_notify_textbox.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notify_textbox.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notify_textbox.xml b/indra/newview/skins/default/xui/en/panel_notify_textbox.xml new file mode 100644 index 0000000000..4634eeed46 --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_notify_textbox.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + background_visible="true" + height="230" + label="instant_message" + layout="topleft" + left="0" + name="panel_notify_textbox" + top="0" + width="305"> + <string + name="message_max_lines_count" + value="7" /> + <panel + bevel_style="none" + follows="left|right|top" + height="150" + label="info_panel" + layout="topleft" + left="0" + name="info_panel" + top="0" + width="305"> + <text_editor + parse_urls="true" + enabled="true" + follows="all" + height="60" + layout="topleft" + left="25" + max_length="250" + name="message" + parse_highlights="true" + read_only="false" + top="40" + type="string" + use_ellipses="true" + value="message" + width="260" + word_wrap="true" > + </text_editor> + parse_urls="false" + <button + top="110" + follows="top|left" + height="20" + label="Submit" + layout="topleft" + left="25" + name="btn_submit" + width="70" /> + </panel> + <panel + background_visible="false" + follows="left|right|bottom" + height="0" + width="290" + label="control_panel" + layout="topleft" + left="10" + name="control_panel" + top_pad="5"> + <!-- + Notes: + This panel holds the Ignore button and possibly other buttons of notification. + --> + </panel> +</panel> |