/indra/newview/skins/default/xui/en/floater_buy_currency_html.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 27 lines · 27 code · 0 blank · 0 comment · 0 complexity · 88435a0d3909390eef3fc35cbc5827ef MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. can_resize="false"
  4. can_close="true"
  5. width="422"
  6. height="202"
  7. layout="topleft"
  8. name="floater_buy_currency_html"
  9. help_topic="floater_buy_currency_html"
  10. save_rect="true"
  11. single_instance="true"
  12. title="BUY CURRENCY"
  13. >
  14. <floater.string
  15. name="buy_currency_url" translate="false">
  16. https://quick-buy.secondlife.com/[LANGUAGE]/display/?sa=[SPECIFIC_AMOUNT]&amp;sum=[SUM]&amp;msg=[MSG]&amp;bal=[BAL]
  17. </floater.string>
  18. <web_browser
  19. trusted_content="true"
  20. follows="all"
  21. layout="topleft"
  22. left="1"
  23. right="-1"
  24. top="1"
  25. bottom="-1"
  26. name="browser"/>
  27. </floater>