diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-18 13:03:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-18 13:03:04 -0700 |
commit | 28fe8352549c0fd99da0c3f0119d96386e52a703 (patch) | |
tree | dbfbda1ad86c425852978eea1f4546053e763373 /indra/newview/skins/default/xui | |
parent | 68dbb5692f11eed39175ebf3313d96b5430231f9 (diff) |
DD-17, DD-40 : Style active listings in bold, implement a working initialization indicator
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_marketplace_listings.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml b/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml index 94a9466c16..b212518f85 100755 --- a/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml +++ b/indra/newview/skins/default/xui/en/floater_marketplace_listings.xml @@ -13,6 +13,7 @@ reuse_instance="true" title="MARKETPLACE LISTINGS" width="333"> + <string name="MarketplaceListingsInitializing">Initializing...</string> <panel follows="all" layout="topleft" @@ -98,8 +99,21 @@ Drag items you want to sell </text> </panel> + <text + name="marketplace_status" + type="string" + follows="all" + layout="topleft" + top="40" + left="5" + width="150" + height="20" + wrap="true" + halign="left" + valign="center" + font="SansSerif"/> </panel> - <layout_stack name="import_progress_indicator" orientation="vertical" left="0" height="440" top="0" width="333" follows="all" visible="false"> + <layout_stack name="initialization_progress_indicator" orientation="vertical" left="0" height="440" top="0" width="333" follows="all" visible="false"> <layout_panel /> <layout_panel height="24" auto_resize="false"> <layout_stack orientation="horizontal" left="0" height="24" top="0" width="333" follows="all"> |