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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 28 lines · 24 code · 4 blank · 0 comment · 0 complexity · ee6d2074228edc48bc80ee3c73e60fd2 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_minimize="false"
  5. height="108"
  6. layout="topleft"
  7. name="whitelist_entry"
  8. single_instance="true"
  9. help_topic="whitelist_entry"
  10. title="WHITELIST ENTRY"
  11. width="390">
  12. <text type="string" length="1" bottom="20" follows="top|left" height="15" layout="topleft"
  13. left="10" name="media_label" top="20">
  14. Enter a URL or URL pattern to add to the list of allowed domains
  15. </text>
  16. <line_editor bottom_delta="40" enabled="true" follows="left|top" font="SansSerif"
  17. height="20" left="10" name="whitelist_entry"
  18. tool_tip="Enter a URL or URL pattern to White List"
  19. width="350" />
  20. <button follows="top|left" height="20" label="OK"
  21. layout="topleft" left="10" name="ok_btn" bottom_delta="28" width="64" />
  22. <button follows="top|left" height="20" label="Cancel"
  23. layout="topleft" left_pad="5" name="cancel_btn" bottom_delta="0" width="64" />
  24. </floater>