Make the No Listings Text able to do the url replacement thing
This commit is contained in:
@@ -412,7 +412,7 @@ BOOL LLFloaterMarketplaceListings::postBuild()
|
|||||||
mInventoryStatus = getChild<LLTextBox>("marketplace_status");
|
mInventoryStatus = getChild<LLTextBox>("marketplace_status");
|
||||||
mInventoryInitializationInProgress = getChild<LLView>("initialization_progress_indicator");
|
mInventoryInitializationInProgress = getChild<LLView>("initialization_progress_indicator");
|
||||||
mInventoryPlaceholder = getChild<LLView>("marketplace_listings_inventory_placeholder_panel");
|
mInventoryPlaceholder = getChild<LLView>("marketplace_listings_inventory_placeholder_panel");
|
||||||
mInventoryText = mInventoryPlaceholder->getChild<LLTextBox>("marketplace_listings_inventory_placeholder_text");
|
mInventoryText = mInventoryPlaceholder->getChild<LLTextEditor>("marketplace_listings_inventory_placeholder_text");
|
||||||
mInventoryTitle = mInventoryPlaceholder->getChild<LLTextBox>("marketplace_listings_inventory_placeholder_title");
|
mInventoryTitle = mInventoryPlaceholder->getChild<LLTextBox>("marketplace_listings_inventory_placeholder_title");
|
||||||
|
|
||||||
LLFocusableElement::setFocusReceivedCallback(boost::bind(&LLFloaterMarketplaceListings::onFocusReceived, this));
|
LLFocusableElement::setFocusReceivedCallback(boost::bind(&LLFloaterMarketplaceListings::onFocusReceived, this));
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ private:
|
|||||||
LLTextBox * mInventoryStatus;
|
LLTextBox * mInventoryStatus;
|
||||||
LLView * mInventoryInitializationInProgress;
|
LLView * mInventoryInitializationInProgress;
|
||||||
LLView * mInventoryPlaceholder;
|
LLView * mInventoryPlaceholder;
|
||||||
LLTextBox * mInventoryText;
|
LLTextEditor * mInventoryText;
|
||||||
LLTextBox * mInventoryTitle;
|
LLTextBox * mInventoryTitle;
|
||||||
|
|
||||||
LLUUID mRootFolderId;
|
LLUUID mRootFolderId;
|
||||||
|
|||||||
@@ -52,8 +52,12 @@
|
|||||||
font="SansSerifBold">
|
font="SansSerifBold">
|
||||||
Loading...
|
Loading...
|
||||||
</text>
|
</text>
|
||||||
<text
|
<text_editor
|
||||||
name="marketplace_listings_inventory_placeholder_text"
|
name="marketplace_listings_inventory_placeholder_text"
|
||||||
|
bg_readonly_color="ChatHistoryBgColor"
|
||||||
|
enabled="false"
|
||||||
|
hide_border="true"
|
||||||
|
hide_scrollbar="true"
|
||||||
type="string"
|
type="string"
|
||||||
follows="top|left|right"
|
follows="top|left|right"
|
||||||
layout="topleft"
|
layout="topleft"
|
||||||
|
|||||||
Reference in New Issue
Block a user