PageRenderTime 52ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 135 lines | 135 code | 0 blank | 0 comment | 0 complexity | 88555f8fefab9253233ed24f864db84b 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="310"
  6. layout="topleft"
  7. min_height="150"
  8. min_width="225"
  9. name="contents"
  10. help_topic="contents"
  11. save_rect="true"
  12. single_instance="true"
  13. title="BUY COPY OF OBJECT"
  14. width="280">
  15. <floater.string
  16. name="title_buy_text">
  17. Buy
  18. </floater.string>
  19. <floater.string
  20. name="title_buy_copy_text">
  21. Buy a copy of
  22. </floater.string>
  23. <floater.string
  24. name="no_copy_text">
  25. (no copy)
  26. </floater.string>
  27. <floater.string
  28. name="no_modify_text">
  29. (no modify)
  30. </floater.string>
  31. <floater.string
  32. name="no_transfer_text">
  33. (no transfer)
  34. </floater.string>
  35. <scroll_list
  36. background_visible="true"
  37. draw_border="false"
  38. follows="left|top|right"
  39. height="35"
  40. layout="topleft"
  41. name="object_list"
  42. top="20"
  43. left="10"
  44. width="260">
  45. <scroll_list.columns
  46. name="icon"
  47. width="16" />
  48. <scroll_list.columns
  49. name="text"
  50. width="234" />
  51. </scroll_list>
  52. <text
  53. type="string"
  54. length="1"
  55. follows="left|top|right"
  56. font="SansSerif"
  57. height="16"
  58. layout="topleft"
  59. left="10"
  60. name="contents_text"
  61. top_pad="5"
  62. width="260">
  63. Contains:
  64. </text>
  65. <scroll_list
  66. background_visible="true"
  67. draw_border="false"
  68. follows="all"
  69. height="145"
  70. layout="topleft"
  71. left_delta="0"
  72. name="item_list"
  73. top_pad="4"
  74. width="260">
  75. <scroll_list.columns
  76. name="icon"
  77. width="16" />
  78. <scroll_list.columns
  79. name="text"
  80. width="234" />
  81. </scroll_list>
  82. <text
  83. type="string"
  84. length="1"
  85. follows="left|right|bottom"
  86. font="SansSerif"
  87. height="15"
  88. layout="topleft"
  89. left_delta="0"
  90. line_spacing.pixels="7"
  91. name="buy_text"
  92. text_color="white"
  93. top_pad="5"
  94. use_ellipses="true"
  95. width="260"
  96. word_wrap="true">
  97. Buy for L$[AMOUNT] from:
  98. </text>
  99. <text
  100. type="string"
  101. length="1"
  102. follows="left|right|bottom"
  103. font="SansSerif"
  104. height="15"
  105. layout="topleft"
  106. left_delta="0"
  107. line_spacing.pixels="7"
  108. name="buy_name_text"
  109. text_color="white"
  110. top_pad="5"
  111. use_ellipses="true"
  112. width="260">
  113. [NAME]?
  114. </text>
  115. <button
  116. follows="right|bottom"
  117. height="23"
  118. label="Buy"
  119. label_selected="Buy"
  120. layout="topleft"
  121. left="65"
  122. name="buy_btn"
  123. top_pad="10"
  124. width="100" />
  125. <button
  126. follows="right|bottom"
  127. height="23"
  128. label="Cancel"
  129. label_selected="Cancel"
  130. layout="topleft"
  131. left_pad="5"
  132. name="cancel_btn"
  133. top_delta="0"
  134. width="100" />
  135. </floater>