diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-23 18:00:34 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-23 18:00:34 -0700 |
commit | 59f512b375b9be5198c322e2002dea9e5d767e07 (patch) | |
tree | 01ca4df2690fbb9dee9d4f268410a1b4000ffb7e /indra/newview/skins/default/xui | |
parent | d22944da00a5ade5eb97aa109bac624967ead94c (diff) |
DD-19 : Cleaned up Marketplace Audit UI, make the floater non modal
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_marketplace_validation.xml | 67 |
1 files changed, 38 insertions, 29 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 index 01d467a307..165540cfa1 100755 --- a/indra/newview/skins/default/xui/en/floater_marketplace_validation.xml +++ b/indra/newview/skins/default/xui/en/floater_marketplace_validation.xml @@ -1,49 +1,58 @@ <?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"> + title="MARKETPLACE VALIDATION LOG" + name="floater_marketplace_validation" + help_topic="floater_marketplace_validation" + layout="topleft" + positioning="cascading" + legacy_header_height="18" + width="600" + height="500" + min_width="400" + min_height="200" + can_close="true" + can_resize="true" + can_minimize="true" + save_rect="true" + reuse_instance="true" + save_visibility="false"> <button - height="20" - label="OK" - label_selected="OK" - layout="topleft" - left="484" - name="OK" - top="465" - width="100" /> + name="OK" + label="OK" + label_selected="OK" + layout="topleft" + follows="right|bottom" + top="465" + width="100" + height="20" + left="484"/> <text + name="tos_heading" type="string" + font="SansSerif" length="1" + layout="topleft" follows="left|top" - font="SansSerif" + width="552" height="20" - layout="topleft" left="20" - name="tos_heading" - top="20" - width="552"> + top="20"> The Marketplace Validation reported the following: </text> <text_editor + name="validation_text" type="string" - length="1" - bg_readonly_color="1 1 1 1" - bottom="455" - follows="left|top" font="SansSerif" + length="1" + max_length="65536" layout="topleft" + follows="all" + bg_readonly_color="TextBgReadOnlyColor" + text_readonly_color="TextFgReadOnlyColor" + top="45" + bottom="455" left="20" - max_length="65536" - name="validation_text" right="-20" - text_readonly_color="0 0 0 1" - top="45" word_wrap="true"> MARKETPLACE_VALIDATION_TEXT </text_editor> |