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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 96 lines · 96 code · 0 blank · 0 comment · 0 complexity · 37db458f7e48b7e950757a789c6413d2 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="412"
  6. layout="topleft"
  7. min_height="412"
  8. min_width="420"
  9. name="floater_auction"
  10. help_topic="floater_auction"
  11. title="START LINDEN LAND SALE"
  12. width="420">
  13. <floater.string
  14. name="already for sale">
  15. You cannot auction parcels which are already for sale.
  16. </floater.string>
  17. <icon
  18. bottom="280"
  19. follows="left|right|top|bottom"
  20. layout="topleft"
  21. left="4"
  22. name="snapshot_icon"
  23. right="-4"
  24. top="24" />
  25. <text
  26. follows="left|right|bottom"
  27. height="16"
  28. layout="topleft"
  29. left_delta="0"
  30. name="parcel_text"
  31. top_pad="12"
  32. width="400" />
  33. <check_box
  34. control_name="AuctionShowFence"
  35. follows="left|bottom"
  36. height="16"
  37. initial_value="true"
  38. label="Include yellow selection fence"
  39. layout="topleft"
  40. left_delta="0"
  41. name="fence_check"
  42. top_pad="12"
  43. width="199" />
  44. <button
  45. follows="left|bottom"
  46. height="20"
  47. label="Snapshot"
  48. label_selected="Snapshot"
  49. layout="topleft"
  50. left_delta="0"
  51. name="snapshot_btn"
  52. top_pad="4"
  53. width="150">
  54. <button.commit_callback
  55. function="ClickSnapshot" />
  56. </button>
  57. <button
  58. follows="left|bottom"
  59. height="20"
  60. label="Sell to Anyone"
  61. label_selected="Sell to Anyone"
  62. layout="topleft"
  63. left_delta="0"
  64. name="sell_to_anyone_btn"
  65. top_pad="4"
  66. width="150">
  67. <button.commit_callback
  68. function="ClickSellToAnyone" />
  69. </button>
  70. <button
  71. follows="left|bottom"
  72. height="20"
  73. label="Clear Settings"
  74. label_selected="Clear Settings"
  75. layout="topleft"
  76. left_delta="0"
  77. name="reset_parcel_btn"
  78. top_pad="4"
  79. width="150">
  80. <button.commit_callback
  81. function="ClickResetParcel" />
  82. </button>
  83. <button
  84. follows="left|bottom"
  85. height="20"
  86. label="Start Auction"
  87. label_selected="Start Auction"
  88. layout="topleft"
  89. left_pad="4"
  90. name="start_auction_btn"
  91. top_delta="0"
  92. width="150">
  93. <button.commit_callback
  94. function="ClickStartAuction" />
  95. </button>
  96. </floater>