PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 98 lines | 98 code | 0 blank | 0 comment | 0 complexity | 40f8653b135e6b0be1dc82724cc83219 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="290"
  6. layout="topleft"
  7. min_height="150"
  8. min_width="200"
  9. name="floater_buy_contents"
  10. help_topic="floater_buy_contents"
  11. save_rect="true"
  12. title="BUY CONTENTS"
  13. width="280">
  14. <floater.string
  15. name="no_copy_text">
  16. (no copy)
  17. </floater.string>
  18. <floater.string
  19. name="no_modify_text">
  20. (no modify)
  21. </floater.string>
  22. <floater.string
  23. name="no_transfer_text">
  24. (no transfer)
  25. </floater.string>
  26. <text
  27. type="string"
  28. length="1"
  29. follows="left|top|right"
  30. font="SansSerif"
  31. height="16"
  32. top="22"
  33. left="10"
  34. layout="topleft"
  35. name="contains_text"
  36. width="276">
  37. &lt;nolink&gt;[NAME]&lt;/nolink&gt; contains:
  38. </text>
  39. <scroll_list
  40. background_visible="true"
  41. draw_border="false"
  42. follows="all"
  43. height="163"
  44. layout="topleft"
  45. left="10"
  46. name="item_list"
  47. top_pad="4"
  48. width="260">
  49. <scroll_list.columns
  50. name="icon"
  51. width="16" />
  52. <scroll_list.columns
  53. name="text"
  54. relative_width="1" />
  55. </scroll_list>
  56. <text
  57. type="string"
  58. length="1"
  59. follows="left|right|bottom"
  60. font="SansSerif"
  61. height="16"
  62. layout="topleft"
  63. left="10"
  64. name="buy_text"
  65. text_color="white"
  66. top="220"
  67. use_ellipses="true"
  68. width="260">
  69. Buy for L$[AMOUNT] from [NAME]?
  70. </text>
  71. <check_box
  72. follows="left|bottom"
  73. height="16"
  74. label="Wear clothing now"
  75. layout="topleft"
  76. left="10"
  77. name="wear_check"
  78. width="250" />
  79. <button
  80. follows="right|bottom"
  81. height="23"
  82. label="Buy"
  83. label_selected="Buy"
  84. layout="topleft"
  85. left="65"
  86. name="buy_btn"
  87. top_pad="5"
  88. width="100" />
  89. <button
  90. follows="right|bottom"
  91. height="23"
  92. label="Cancel"
  93. label_selected="Cancel"
  94. layout="topleft"
  95. left_pad="5"
  96. name="cancel_btn"
  97. width="100" />
  98. </floater>