PageRenderTime 85ms CodeModel.GetById 10ms RepoModel.GetById 25ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 89 lines | 88 code | 1 blank | 0 comment | 0 complexity | 867a3957253ea4b6f6718377c36d380e 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. enabled="true"
  5. follows="left|top|right|bottom"
  6. height="500"
  7. label="Security"
  8. left="102"
  9. mouse_opaque="true"
  10. name="Media Settings Security"
  11. help_topic = "media_settings_security"
  12. width="365">
  13. <check_box
  14. bottom_delta="-40"
  15. enabled="true"
  16. follows="left|top"
  17. font="SansSerifSmall"
  18. height="16"
  19. initial_value="false"
  20. label="Only Allow Access to Specified URL patterns"
  21. left="10"
  22. mouse_opaque="true"
  23. name="whitelist_enable"
  24. radio_style="false"
  25. width="250" />
  26. <scroll_list
  27. follows="top|left"
  28. height="200"
  29. left="30"
  30. name="whitelist"
  31. width="315"
  32. enabled="true" />
  33. <icon
  34. bottom_delta="-23"
  35. right="-35"
  36. width="16"
  37. height="16"
  38. image_name="Parcel_Exp_Color"
  39. mouse_opaque="true"
  40. follows="top|left"
  41. name="Parcel_Exp_Color"
  42. />
  43. <text
  44. visible="true"
  45. follows="top|left"
  46. height="15"
  47. left="30"
  48. bottom_delta="0"
  49. text_color="0.4 0.4 0.4 1.0"
  50. name="home_url_fails_some_items_in_whitelist">
  51. Entries that the home page fails against are marked:
  52. </text>
  53. <button
  54. bottom_delta="-36"
  55. follows="top|left"
  56. height="20"
  57. label="Add"
  58. left="30"
  59. name="whitelist_add"
  60. width="70"
  61. enabled="true">
  62. <button.commit_callback
  63. function="Media.whitelistAdd"/>
  64. </button>
  65. <button
  66. bottom_delta="0"
  67. follows="top|left"
  68. height="20"
  69. label="Delete"
  70. left="275"
  71. name="whitelist_del"
  72. width="70"
  73. enabled="true">
  74. <button.commit_callback
  75. function="Media.whitelistDelete"/>
  76. </button>
  77. <text
  78. visible="true"
  79. bottom_delta="-75"
  80. follows="top|left"
  81. height="40"
  82. left="30"
  83. text_color="0.6 0.0 0.0 1.0"
  84. word_wrap="true"
  85. name="home_url_fails_whitelist">
  86. Warning: the home page specified in the General tab fails to pass this whitelist. It has been disabled until a valid entry has been added.
  87. </text>
  88. </panel>