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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 108 lines | 107 code | 1 blank | 0 comment | 0 complexity | 33697bf03139ad096ac62e0ab0a75742 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="200"
  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. type="string"
  21. length="1"
  22. follows="left|top"
  23. font="SansSerifSmall"
  24. height="16"
  25. layout="topleft"
  26. left="10"
  27. name="payee_name"
  28. top="25"
  29. use_ellipses="true"
  30. width="230">
  31. Test Name That Is Extremely Long To Check Clipping
  32. </text>
  33. <button
  34. height="23"
  35. label="L$1"
  36. label_selected="L$1"
  37. layout="topleft"
  38. left="35"
  39. name="fastpay 1"
  40. top_pad="8"
  41. width="80" />
  42. <button
  43. height="23"
  44. label="L$5"
  45. label_selected="L$5"
  46. layout="topleft"
  47. left_pad="15"
  48. name="fastpay 5"
  49. width="80" />
  50. <button
  51. height="23"
  52. label="L$10"
  53. label_selected="L$10"
  54. layout="topleft"
  55. left="35"
  56. name="fastpay 10"
  57. top_pad="8"
  58. width="80" />
  59. <button
  60. height="23"
  61. label="L$20"
  62. label_selected="L$20"
  63. layout="topleft"
  64. left_pad="15"
  65. name="fastpay 20"
  66. width="80" />
  67. <text
  68. type="string"
  69. length="1"
  70. follows="left|top"
  71. height="18"
  72. layout="topleft"
  73. left="35"
  74. name="amount text"
  75. top_pad="8"
  76. width="180">
  77. Or, choose amount:
  78. </text>
  79. <line_editor
  80. border_style="line"
  81. follows="left|top|right"
  82. height="19"
  83. top_pad="0"
  84. layout="topleft"
  85. left="130"
  86. max_length_bytes="9"
  87. name="amount"
  88. width="80" />
  89. <button
  90. enabled="false"
  91. height="23"
  92. label="Pay"
  93. label_selected="Pay"
  94. layout="topleft"
  95. left="20"
  96. name="pay btn"
  97. top_pad="15"
  98. width="100" />
  99. <button
  100. height="23"
  101. label="Cancel"
  102. label_selected="Cancel"
  103. layout="topleft"
  104. left_pad="10"
  105. name="cancel btn"
  106. width="100" />
  107. </floater>