PageRenderTime 30ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/pt/panel_media_settings_permissions.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 29 code | 0 blank | 0 comment | 0 complexity | c7202e155a8ca60fbed3e3cf09452f0a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Customizar" name="Media settings for controls">
  3. <text name="controls_label">
  4. Controles:
  5. </text>
  6. <combo_box name="controls">
  7. <combo_item name="Standard">
  8. Padrгo
  9. </combo_item>
  10. <combo_item name="Mini">
  11. Mini
  12. </combo_item>
  13. </combo_box>
  14. <text name="owner_label">
  15. Proprietбrio
  16. </text>
  17. <check_box initial_value="false" label="Permitir navegaзгo &amp; interatividade" name="perms_owner_interact"/>
  18. <check_box initial_value="false" label="Exibir barra de controle" name="perms_owner_control"/>
  19. <text name="group_label">
  20. Grupo:
  21. </text>
  22. <check_box initial_value="false" label="Permitir navegaзгo &amp; interatividade" name="perms_group_interact"/>
  23. <check_box initial_value="false" label="Exibir barra de controle" name="perms_group_control"/>
  24. <text name="anyone_label">
  25. Todos
  26. </text>
  27. <check_box initial_value="false" label="Permitir navegaзгo &amp; interatividade" name="perms_anyone_interact"/>
  28. <check_box initial_value="false" label="Exibir barra de controle" name="perms_anyone_control"/>
  29. </panel>