diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-22 16:26:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-22 16:26:00 -0400 |
commit | 1f0addf6e48c54ab33e0f02bab27cdf6e86d55fb (patch) | |
tree | d24925b8260d4641961ad99829d54f775ed13c19 /indra/newview/skins/default/xui/en/panel_script_question_toast.xml | |
parent | 7637acf76e6a1170508e8bddd381c426d219b1ee (diff) | |
parent | 8a9dba5443142873e99e2649eb280a0d17cd256e (diff) |
merge changes for DRTVWR-152
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_script_question_toast.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_script_question_toast.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_script_question_toast.xml b/indra/newview/skins/default/xui/en/panel_script_question_toast.xml new file mode 100644 index 0000000000..b0436bb6dc --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_script_question_toast.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<panel + background_opaque="false" + border_visible="false" + background_visible="true" + bg_alpha_color="PanelNotificationBackground" + bg_opaque_color="PanelNotificationBackground" + chrome="true" + height="270" + label="script_question_panel" + layout="topleft" + left="0" + name="panel_script_question_toast" + top="0" + width="305"> + <text + follows="left|right|top" + font="SansSerifBold" + height="160" + layout="topleft" + left="10" + mouse_opaque="false" + name="top_info_message" + parse_highlights="true" + parse_urls="true" + text_color="NotifyCautionBoxColor" + top="10" + value="" + width="285" + wrap="true"/> + <panel + background_visible="false" + follows="left|right|top" + height="30" + label="buttons_panel" + layout="topleft" + name="buttons_panel" + top_pad="10" + width="285"> + </panel> + <text + follows="all" + font="SansSerifBold" + height="55" + layout="topleft" + mouse_opaque="false" + name="bottom_info_message" + parse_highlights="true" + parse_urls="true" + text_color="NotifyCautionBoxColor" + top_pad="5" + value="" + width="285" + wrap="true"/> +</panel> |