diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-18 18:44:43 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-18 18:44:43 -0700 |
commit | e207c89c538ebbe43fe35f681979b332c112751e (patch) | |
tree | f0984376291166484fc13030dee0b38c3a57a734 /indra/newview/skins/default | |
parent | 007a058c5fee29b70bc4ac1a4b9ff40deabdbd82 (diff) |
DD-19 : WIP : Add marketplace validation modal dialog to view the log (no validation text yet)
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_marketplace_validation.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_marketplace_validation.xml b/indra/newview/skins/default/xui/en/floater_marketplace_validation.xml new file mode 100755 index 0000000000..eaaae60175 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_marketplace_validation.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + can_close="false" + can_minimize="false" + height="500" + layout="topleft" + title="MARKETPLACE VALIDATION LOG" + positioning="centered" + width="600"> + <button + height="20" + label="Continue" + label_selected="Continue" + layout="topleft" + left="484" + name="Continue" + top="465" + width="100" /> + <text + type="string" + length="1" + follows="left|top" + font="SansSerif" + height="20" + layout="topleft" + left="20" + name="tos_heading" + top="20" + width="552"> + The Marketplace Validation reported the following: + </text> + <text_editor + type="string" + length="1" + bg_readonly_color="1 1 1 1" + bottom="455" + follows="left|top" + font="SansSerif" + layout="topleft" + left="20" + max_length="65536" + name="tos_text" + right="-20" + text_readonly_color="0 0 0 1" + top="45" + word_wrap="true"> + TOS_TEXT + </text_editor> +</floater> |