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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 102 lines · 102 code · 0 blank · 0 comment · 0 complexity · 62b33124f955aaa93caa49531e4a0be2 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. height="90"
  5. label="instant_message"
  6. layout="topleft"
  7. left="0"
  8. name="panel_group_notify"
  9. top="0"
  10. width="305">
  11. <string
  12. name="message_max_lines_count"
  13. value="7" />
  14. <string
  15. name="subject_font"
  16. value="SANSSERIF_BIG" />
  17. <string
  18. name="date_font"
  19. value="SANSSERIF" />
  20. <panel
  21. background_visible="true"
  22. follows="top"
  23. height="30"
  24. label="header"
  25. layout="topleft"
  26. left="0"
  27. name="header"
  28. top="0"
  29. width="305">
  30. <icon
  31. follows="all"
  32. height="20"
  33. layout="topleft"
  34. left="5"
  35. mouse_opaque="true"
  36. name="group_icon"
  37. top="5"
  38. width="20" />
  39. <text
  40. follows="all"
  41. font="SansSerifBig"
  42. height="20"
  43. layout="topleft"
  44. left_pad="10"
  45. name="title"
  46. text_color="GroupNotifyTextColor"
  47. top="5"
  48. use_ellipses="true"
  49. value="Sender Name / Group Name"
  50. width="230" />
  51. </panel>
  52. <text_editor
  53. parse_urls="true"
  54. enabled="true"
  55. follows="all"
  56. height="0"
  57. layout="topleft"
  58. left="25"
  59. max_length="2147483647"
  60. name="message"
  61. parse_highlights="true"
  62. read_only="true"
  63. text_color="GroupNotifyTextColor"
  64. top="40"
  65. type="string"
  66. use_ellipses="true"
  67. value="message"
  68. width="270"
  69. word_wrap="true" >
  70. </text_editor>
  71. <icon
  72. bottom="60"
  73. follows="left|bottom|right"
  74. height="15"
  75. layout="topleft"
  76. left="25"
  77. mouse_opaque="true"
  78. name="attachment_icon"
  79. width="15" />
  80. <text
  81. bottom="60"
  82. follows="left|bottom|right"
  83. font="SansSerif"
  84. height="15"
  85. layout="topleft"
  86. left="45"
  87. name="attachment"
  88. parse_urls="false"
  89. text_color="GroupNotifyTextColor"
  90. value="Attachment"
  91. use_ellipses="true"
  92. width="250" />
  93. <button
  94. bottom="85"
  95. follows="bottom"
  96. height="20"
  97. label="OK"
  98. layout="topleft"
  99. right="-10"
  100. name="btn_ok"
  101. width="70" />
  102. </panel>