PageRenderTime 206ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 113 lines | 113 code | 0 blank | 0 comment | 0 complexity | 673af1d52f794bab3b069d3375ea2204 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. height="408"
  5. label="Popups"
  6. layout="topleft"
  7. left="0"
  8. name="popups"
  9. top="500"
  10. width="517">
  11. <text
  12. type="string"
  13. length="1"
  14. follows="top|left"
  15. height="12"
  16. layout="topleft"
  17. left="10"
  18. name="tell_me_label"
  19. top="10"
  20. width="300">
  21. Tell me:
  22. </text>
  23. <check_box
  24. control_name="NotifyMoneyChange"
  25. height="16"
  26. label="When I spend or get L$"
  27. layout="topleft"
  28. left_delta="50"
  29. name="notify_money_change_checkbox"
  30. top_pad="4"
  31. width="300" />
  32. <check_box
  33. control_name="ChatOnlineNotification"
  34. height="16"
  35. label="When my friends log in or out"
  36. layout="topleft"
  37. left_delta="0"
  38. name="friends_online_notify_checkbox"
  39. top_pad="4"
  40. width="300" />
  41. <text
  42. type="string"
  43. length="1"
  44. follows="top|left"
  45. height="12"
  46. layout="topleft"
  47. left="10"
  48. name="show_label"
  49. top_pad="8"
  50. width="450">
  51. Always show:
  52. </text>
  53. <scroll_list
  54. follows="top|left|right"
  55. height="140"
  56. layout="topleft"
  57. left="10"
  58. multi_select="true"
  59. name="enabled_popups"
  60. sort_column="0"
  61. sort_ascending="true"
  62. width="495" />
  63. <button
  64. enabled_control="FirstSelectedDisabledPopups"
  65. follows="top|left"
  66. height="23"
  67. image_overlay="Arrow_Up"
  68. hover_glow_amount="0.15"
  69. layout="topleft"
  70. left="200"
  71. name="enable_this_popup"
  72. top_pad="5"
  73. width="40">
  74. <button.commit_callback
  75. function="Pref.ClickEnablePopup" />
  76. </button>
  77. <button
  78. enabled_control="FirstSelectedEnabledPopups"
  79. follows="top|left"
  80. height="23"
  81. image_overlay="Arrow_Down"
  82. hover_glow_amount="0.15"
  83. layout="topleft"
  84. left_pad="20"
  85. name="disable_this_popup"
  86. top_delta="0"
  87. width="40">
  88. <button.commit_callback
  89. function="Pref.ClickDisablePopup" />
  90. </button>
  91. <text
  92. type="string"
  93. length="1"
  94. follows="top|left"
  95. height="12"
  96. layout="topleft"
  97. left="10"
  98. name="dont_show_label"
  99. top_pad="-10"
  100. width="450">
  101. Never show:
  102. </text>
  103. <scroll_list
  104. follows="top|left|right"
  105. height="140"
  106. layout="topleft"
  107. left="10"
  108. sort_column="0"
  109. sort_ascending="true"
  110. multi_select="true"
  111. name="disabled_popups"
  112. width="495" />
  113. </panel>