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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 94 lines · 90 code · 0 blank · 4 comment · 0 complexity · 98349b2244e58234f87d9bcea915a167 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. height="220"
  5. label="instant_message"
  6. layout="topleft"
  7. left="0"
  8. name="panel_notify_textbox"
  9. top="0"
  10. width="305">
  11. <string
  12. name="message_max_lines_count"
  13. value="7" />
  14. <panel
  15. bevel_style="none"
  16. follows="left|right|top"
  17. height="185"
  18. label="info_panel"
  19. layout="topleft"
  20. left="0"
  21. name="info_panel"
  22. top="0"
  23. width="305">
  24. <text_editor
  25. bg_readonly_color="0.0 0.0 0.0 0"
  26. enabled="false"
  27. follows="left|right|top|bottom"
  28. font="SansSerif"
  29. height="110"
  30. layout="topleft"
  31. left="10"
  32. mouse_opaque="false"
  33. name="text_editor_box"
  34. read_only="true"
  35. text_color="white"
  36. text_readonly_color="white"
  37. top="10"
  38. width="285"
  39. wrap="true"
  40. parse_highlights="true"
  41. parse_urls="true"/>
  42. <text_editor
  43. parse_urls="true"
  44. enabled="true"
  45. follows="all"
  46. height="50"
  47. layout="topleft"
  48. left="10"
  49. max_length="250"
  50. name="message"
  51. parse_highlights="true"
  52. read_only="false"
  53. top_pad="10"
  54. type="string"
  55. use_ellipses="true"
  56. value="message"
  57. width="285"
  58. word_wrap="true"
  59. parse_url="false" >
  60. </text_editor>
  61. </panel>
  62. <panel
  63. background_visible="false"
  64. follows="left|right|bottom"
  65. height="25"
  66. width="290"
  67. label="control_panel"
  68. layout="topleft"
  69. left="10"
  70. name="control_panel"
  71. top_pad="0">
  72. <!--
  73. Notes:
  74. This panel holds the Ignore button and possibly other buttons of notification.
  75. -->
  76. <button
  77. top="0"
  78. follows="top|left"
  79. height="20"
  80. label="Submit"
  81. layout="topleft"
  82. name="btn_submit"
  83. width="70" />
  84. <button
  85. follows="top|right"
  86. height="20"
  87. label="Ignore"
  88. layout="topleft"
  89. left="215"
  90. name="ignore_btn"
  91. top="0"
  92. width="70" />
  93. </panel>
  94. </panel>