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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | 4bd29ca9bc15d225e8695c3dd4db6df3 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Security" name="Media Settings Security">
  3. <check_box initial_value="false" label="Only Allow Access to Specified URL patterns" name="whitelist_enable"/>
  4. <text name="home_url_fails_some_items_in_whitelist">
  5. Entries that the home page fails against are marked:
  6. </text>
  7. <button label="??" name="whitelist_add"/>
  8. <button label="??" name="whitelist_del"/>
  9. <text name="home_url_fails_whitelist">
  10. 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.
  11. </text>
  12. </panel>