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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 212 lines | 210 code | 0 blank | 2 comment | 0 complexity | 2295b5387478e625a3879e85ab027708 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. follows="left|top|right|bottom"
  5. height="408"
  6. label="Communication"
  7. layout="topleft"
  8. left="102"
  9. name="im"
  10. top="1"
  11. width="517">
  12. <panel.string
  13. name="log_in_to_change">
  14. log in to change
  15. </panel.string>
  16. <button
  17. follows="left|bottom"
  18. height="23"
  19. label="Clear History"
  20. tool_tip="Clear login image, last location, teleport history, web, and texture cache"
  21. layout="topleft"
  22. left="30"
  23. name="clear_cache"
  24. top="10"
  25. width="145">
  26. <button.commit_callback
  27. function="Pref.WebClearCache" />
  28. </button>
  29. <text
  30. type="string"
  31. length="1"
  32. follows="left|top"
  33. height="10"
  34. layout="topleft"
  35. left_pad="10"
  36. mouse_opaque="false"
  37. name="cache_size_label_l"
  38. top_delta="3"
  39. text_color="LtGray_50"
  40. width="300">
  41. (Locations, images, web, search history)
  42. </text>
  43. <check_box
  44. height="16"
  45. enabled="false"
  46. label="Show me in Search results"
  47. layout="topleft"
  48. left="30"
  49. name="online_searchresults"
  50. top_pad="20"
  51. width="350" />
  52. <check_box
  53. height="16"
  54. enabled="false"
  55. label="Only friends and groups know I'm online"
  56. layout="topleft"
  57. left="30"
  58. name="online_visibility"
  59. top_pad="30"
  60. width="350" />
  61. <check_box
  62. control_name="VoiceCallsFriendsOnly"
  63. height="16"
  64. label="Only friends and groups can call or IM me"
  65. layout="topleft"
  66. left="30"
  67. name="voice_call_friends_only_check"
  68. top_pad="10"
  69. width="350" />
  70. <check_box
  71. enabled_control="EnableVoiceChat"
  72. control_name="AutoDisengageMic"
  73. height="16"
  74. label="Switch off microphone when ending calls"
  75. layout="topleft"
  76. left="30"
  77. name="auto_disengage_mic_check"
  78. top_pad="10"
  79. width="350" />
  80. <check_box
  81. control_name="ShowFavoritesOnLogin"
  82. enabled="false"
  83. height="16"
  84. layout="topleft"
  85. label="Show my Favorite Landmarks at Login (via &apos;Start At&apos; drop-down menu)"
  86. left="30"
  87. name="favorites_on_login_check"
  88. top_pad="10"
  89. width="350" />
  90. <text
  91. type="string"
  92. length="1"
  93. follows="left|top"
  94. height="10"
  95. layout="topleft"
  96. left="30"
  97. mouse_opaque="false"
  98. name="Logs:"
  99. top_pad="20"
  100. width="350">
  101. Chat Logs:
  102. </text>
  103. <check_box
  104. enabled="false"
  105. control_name="LogNearbyChat"
  106. height="16"
  107. label="Save nearby chat logs on my computer"
  108. layout="topleft"
  109. left="30"
  110. name="log_nearby_chat"
  111. top_pad="10"
  112. width="350">
  113. </check_box>
  114. <check_box
  115. enabled="false"
  116. control_name="LogInstantMessages"
  117. height="16"
  118. label="Save IM logs on my computer"
  119. layout="topleft"
  120. left="30"
  121. name="log_instant_messages"
  122. top_pad="10"
  123. width="350">
  124. </check_box>
  125. <check_box
  126. control_name="LogTimestamp"
  127. enabled="false"
  128. height="16"
  129. label="Add timestamp to each line in chat log"
  130. layout="topleft"
  131. left_delta="0"
  132. name="show_timestamps_check_im"
  133. top_pad="10"
  134. width="237" />
  135. <check_box
  136. control_name="LogFileNamewithDate"
  137. enabled="false"
  138. height="16"
  139. label="Add datestamp to log file name."
  140. layout="topleft"
  141. left_delta="5"
  142. name="logfile_name_datestamp"
  143. top_pad="10"
  144. width="350"/>
  145. <text
  146. type="string"
  147. length="1"
  148. follows="left|top"
  149. height="10"
  150. layout="topleft"
  151. left_delta="0"
  152. mouse_opaque="false"
  153. name="log_path_desc"
  154. top_pad="30"
  155. width="128">
  156. Location of logs:
  157. </text>
  158. <line_editor
  159. bottom="366"
  160. control_name="InstantMessageLogPath"
  161. follows="top|left|right"
  162. halign="right"
  163. height="23"
  164. layout="topleft"
  165. left_delta="0"
  166. mouse_opaque="false"
  167. name="log_path_string"
  168. top_pad="5"
  169. width="250"/>
  170. <button
  171. enabled="false"
  172. follows="right|bottom"
  173. height="23"
  174. label="Browse"
  175. label_selected="Browse"
  176. layout="topleft"
  177. left_pad="5"
  178. name="log_path_button"
  179. top_delta="0"
  180. width="145">
  181. <button.commit_callback
  182. function="Pref.LogPath" />
  183. </button>
  184. <button
  185. follows="left|bottom"
  186. height="23"
  187. label="Block list"
  188. layout="topleft"
  189. left="30"
  190. name="block_list"
  191. top_pad="28"
  192. width="145">
  193. <!--<button.commit_callback
  194. function="SideTray.ShowPanel"-->
  195. <button.commit_callback
  196. function="Pref.BlockList"/>
  197. </button>
  198. <text
  199. type="string"
  200. length="1"
  201. follows="left|top"
  202. height="10"
  203. layout="topleft"
  204. left_pad="10"
  205. mouse_opaque="false"
  206. name="block_list_label"
  207. top_delta="3"
  208. text_color="LtGray_50"
  209. width="300">
  210. (People and/or Objects you have blocked)
  211. </text>
  212. </panel>