summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_script_question_toast.xml
diff options
context:
space:
mode:
authoreli <none@none>2012-06-25 12:26:02 -0700
committereli <none@none>2012-06-25 12:26:02 -0700
commit855eeec9ef2aef2cca70b789cad0c92541eeb0fb (patch)
treeccb105bc928275a013ce83368326d09b2140201b /indra/newview/skins/default/xui/en/panel_script_question_toast.xml
parent335a8254ae01aa2672bee4b4e636315f16b7e66e (diff)
sync with viewer-release
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.xml55
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>