Support SimulatorFeature MarketplaceURL for Marketplace Search tab on non-SL grids.
This commit is contained in:
@@ -625,6 +625,17 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
|
||||
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
|
||||
</panel>
|
||||
<panel bottom="-549" follows="all" height="533" label="Marketplace" left="1" mouse_opaque="false" name="market_panel" width="778">
|
||||
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-home-4.png"/>
|
||||
<web_browser name="market_browser" bottom="25" follows="all" left="10" right="-10" top="-40"/>
|
||||
<text bottom="5" follows="bottom|left" left="10" height="16" name="status_text"/>
|
||||
<string name="loading_text">Loading...</string>
|
||||
<string name="done_text">Done</string>
|
||||
<string name="redirect_404_url">http://www.singularityviewer.org/404</string>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel bottom="-560" follows="right|top" height="470" left="340"
|
||||
name="classified_details_panel" width="440" />
|
||||
|
||||
@@ -746,6 +746,17 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4"
|
||||
mouse_opaque="true" name="result_text" v_pad="0" width="328" />
|
||||
</panel>
|
||||
<panel bottom="-549" follows="all" height="533" label="Marketplace" left="1" mouse_opaque="false" name="market_panel" width="778">
|
||||
<button bottom="-30" follows="top|left" height="25" label="" left="10" name="back_btn" width="25" image_overlay="go-previous-4.png"/>
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="forward_btn" width="25" image_overlay="go-next-4.png" />
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" left_delta="27" name="reload_btn" width="25" image_overlay="view-refresh-5.png"/>
|
||||
<button bottom_delta="0" follows="top|left" height="25" label="" tooltip="reset" left_delta="27" name="reset_btn" width="25" image_overlay="go-home-4.png"/>
|
||||
<web_browser name="market_browser" bottom="25" follows="all" left="10" right="-10" top="-40"/>
|
||||
<text bottom="5" follows="bottom|left" left="10" height="16" name="status_text"/>
|
||||
<string name="loading_text">Loading...</string>
|
||||
<string name="done_text">Done</string>
|
||||
<string name="redirect_404_url">http://www.singularityviewer.org/404</string>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel bottom="-560" follows="right|top" height="470" left="340"
|
||||
|
||||
@@ -392,6 +392,30 @@ Initialization with the Marketplace failed because of a system or network error.
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="MarketplaceURLChanged"
|
||||
type="alertmodal">
|
||||
The region you have entered has a different marketplace page, would you like to change the marketplace's default page?
|
||||
|
||||
Furthermore, would you like your marketplace browser to be reset to this region's page now?
|
||||
<usetemplate
|
||||
name="yesnocancelbuttons"
|
||||
notext="No"
|
||||
canceltext="Reset"
|
||||
yestext="Yes"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="MarketplaceURLGone"
|
||||
type="notify">
|
||||
There is no marketplace on the region you've moved to.
|
||||
<usetemplate
|
||||
ignoretext="MarketplaceURL is empty on region change"
|
||||
name="okignore"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
|
||||
Reference in New Issue
Block a user