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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 125 lines | 125 code | 0 blank | 0 comment | 0 complexity | ef4f5fee54a628b5329eb093fb0a0ca9 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="380"
  4. layout="topleft"
  5. name="panel_postcard_message"
  6. width="490">
  7. <text
  8. type="string"
  9. length="1"
  10. bottom="35"
  11. follows="top|left"
  12. font="SansSerif"
  13. height="16"
  14. layout="topleft"
  15. left="12"
  16. name="to_label"
  17. top="10"
  18. width="60">
  19. To:
  20. </text>
  21. <line_editor
  22. control_name="LastPostcardRecipient"
  23. follows="left|top|right"
  24. height="20"
  25. layout="topleft"
  26. left_pad="10"
  27. name="to_form"
  28. right="-10"
  29. top_delta="-4" />
  30. <text
  31. type="string"
  32. length="1"
  33. bottom_delta="23"
  34. follows="top|left"
  35. font="SansSerif"
  36. height="16"
  37. layout="topleft"
  38. left="12"
  39. name="name_label"
  40. width="60">
  41. From:
  42. </text>
  43. <line_editor
  44. follows="left|top|right"
  45. height="20"
  46. layout="topleft"
  47. left_pad="10"
  48. max_length_bytes="100"
  49. name="name_form"
  50. right="-10"
  51. top_delta="-4" />
  52. <text
  53. type="string"
  54. length="1"
  55. bottom_delta="23"
  56. follows="top|left"
  57. font="SansSerif"
  58. height="16"
  59. layout="topleft"
  60. left="12"
  61. name="subject_label"
  62. width="60">
  63. Subject:
  64. </text>
  65. <line_editor
  66. follows="left|top|right"
  67. height="20"
  68. label="Type your subject here."
  69. layout="topleft"
  70. left_pad="10"
  71. max_length_bytes="100"
  72. name="subject_form"
  73. right="-10"
  74. top_delta="-4" />
  75. <text
  76. type="string"
  77. length="1"
  78. bottom_delta="23"
  79. follows="top|left|right"
  80. font="SansSerif"
  81. layout="topleft"
  82. left="12"
  83. name="msg_label"
  84. right="-10">
  85. Message:
  86. </text>
  87. <text_editor
  88. type="string"
  89. length="1"
  90. follows="left|top|right"
  91. height="60"
  92. layout="topleft"
  93. left_delta="0"
  94. max_length="700"
  95. name="msg_form"
  96. right="-10"
  97. top_pad="10"
  98. word_wrap="true">
  99. Type your message here.
  100. </text_editor>
  101. <button
  102. follows="right|bottom"
  103. height="23"
  104. label="Cancel"
  105. layout="topleft"
  106. name="cancel_btn"
  107. right="-32"
  108. top="350"
  109. width="100">
  110. <button.commit_callback
  111. function="Postcard.Cancel" />
  112. </button>
  113. <button
  114. follows="right|bottom"
  115. height="23"
  116. label="Send"
  117. layout="topleft"
  118. left_delta="-106"
  119. name="send_btn"
  120. top_delta="0"
  121. width="100">
  122. <button.commit_callback
  123. function="Postcard.Send" />
  124. </button>
  125. </panel>