PageRenderTime 125ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 141 lines | 141 code | 0 blank | 0 comment | 0 complexity | 89a7c8f1d0152ae26be1a48d1ceceb1b 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_minimize="false"
  5. height="225"
  6. layout="topleft"
  7. name="Give Money"
  8. help_topic="give_money"
  9. save_rect="true"
  10. width="250">
  11. <string
  12. name="payee_group">
  13. Pay Group
  14. </string>
  15. <string
  16. name="payee_resident">
  17. Pay Resident
  18. </string>
  19. <text
  20. follows="left|top"
  21. height="16"
  22. layout="topleft"
  23. left="10"
  24. top_pad="24"
  25. name="payee_name"
  26. use_ellipses="true"
  27. width="225">
  28. Ericacita Moostopolison
  29. </text>
  30. <text
  31. type="string"
  32. length="1"
  33. follows="left|top"
  34. halign="left"
  35. height="14"
  36. layout="topleft"
  37. left="10"
  38. name="object_name_label"
  39. top_pad="5"
  40. width="180">
  41. Via object:
  42. </text>
  43. <icon
  44. height="16"
  45. width="16"
  46. image_name="Inv_Object"
  47. mouse_opaque="true"
  48. name="icon_object"
  49. tool_tip="Objects"
  50. top_pad="5"
  51. left="10"
  52. />
  53. <text
  54. type="string"
  55. length="1"
  56. follows="left|top"
  57. height="16"
  58. layout="topleft"
  59. left_pad="7"
  60. name="object_name_text"
  61. top_delta="3"
  62. use_ellipses="true"
  63. word_wrap="false"
  64. width="188">
  65. My awesome object with a really damn long name
  66. </text>
  67. <button
  68. height="23"
  69. label="L$1"
  70. label_selected="L$1"
  71. layout="topleft"
  72. left="25"
  73. name="fastpay 1"
  74. top_pad="8"
  75. width="80" />
  76. <button
  77. height="23"
  78. label="L$5"
  79. label_selected="L$5"
  80. layout="topleft"
  81. left_pad="15"
  82. name="fastpay 5"
  83. width="80" />
  84. <button
  85. height="23"
  86. label="L$10"
  87. label_selected="L$10"
  88. layout="topleft"
  89. left="25"
  90. name="fastpay 10"
  91. top_pad="8"
  92. width="80" />
  93. <button
  94. height="23"
  95. label="L$20"
  96. label_selected="L$20"
  97. layout="topleft"
  98. left_pad="15"
  99. name="fastpay 20"
  100. width="80" />
  101. <text
  102. type="string"
  103. length="1"
  104. follows="left|top"
  105. height="14"
  106. layout="topleft"
  107. left="25"
  108. name="amount text"
  109. top_pad="8"
  110. width="180">
  111. Or, choose amount:
  112. </text>
  113. <line_editor
  114. border_style="line"
  115. follows="left|top|right"
  116. height="21"
  117. top_pad="0"
  118. layout="topleft"
  119. left="120"
  120. max_length_bytes="9"
  121. name="amount"
  122. width="80" />
  123. <button
  124. enabled="false"
  125. height="23"
  126. label="Pay"
  127. label_selected="Pay"
  128. layout="topleft"
  129. left="10"
  130. name="pay btn"
  131. top_pad="5"
  132. width="100" />
  133. <button
  134. height="23"
  135. label="Cancel"
  136. label_selected="Cancel"
  137. layout="topleft"
  138. left_pad="5"
  139. name="cancel btn"
  140. width="100" />
  141. </floater>