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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 172 lines · 160 code · 12 blank · 0 comment · 0 complexity · c0fac9970b5367089b9eeae628710fc4 MD5 · raw file

  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="Customize"
  8. left="102"
  9. mouse_opaque="true"
  10. name="Media settings for controls"
  11. help_topic = "media_settings_controls"
  12. width="365">
  13. <text
  14. bottom_delta="-50"
  15. follows="top|left"
  16. height="15"
  17. left="10"
  18. name="controls_label"
  19. text_readonly_color="LabelDisabledColor">
  20. Controls:
  21. </text>
  22. <combo_box
  23. allow_text_entry="false"
  24. bottom_delta="0"
  25. follows="left|top"
  26. height="18"
  27. left="100"
  28. max_chars="20"
  29. name="controls"
  30. width="120">
  31. <combo_item
  32. name="Standard"
  33. value="Standard">
  34. Standard
  35. </combo_item>
  36. <combo_item
  37. name="Mini"
  38. value="Mini">
  39. Mini
  40. </combo_item>
  41. </combo_box>
  42. <text
  43. bottom_delta="-50"
  44. enabled="false"
  45. follows="top|left"
  46. height="15"
  47. left="10"
  48. name="owner_label"
  49. text_readonly_color="LabelDisabledColor">
  50. Owner
  51. </text>
  52. <check_box
  53. bottom_delta="-22"
  54. enabled="true"
  55. follows="left|top"
  56. font="SansSerifSmall"
  57. height="16"
  58. initial_value="false"
  59. label="Allow Navigation &amp; Interactivity"
  60. left="30"
  61. mouse_opaque="true"
  62. name="perms_owner_interact"
  63. radio_style="false"
  64. width="250" />
  65. <check_box
  66. bottom_delta="-22"
  67. enabled="true"
  68. follows="left|top"
  69. font="SansSerifSmall"
  70. height="16"
  71. initial_value="false"
  72. label="Show Control Bar"
  73. left="30"
  74. mouse_opaque="true"
  75. name="perms_owner_control"
  76. radio_style="false"
  77. width="250" />
  78. <text
  79. bottom_delta="-36"
  80. enabled="false"
  81. follows="top|left"
  82. height="15"
  83. left="10"
  84. name="group_label"
  85. text_readonly_color="LabelDisabledColor">
  86. Group:
  87. </text>
  88. <name_box
  89. bottom_delta="-5"
  90. enabled="false"
  91. follows="left|top"
  92. font="SansSerif"
  93. height="20" left="60"
  94. name="perms_group_name"
  95. text_readonly_color="LabelDisabledColor"
  96. value =""
  97. width="200" />
  98. <check_box
  99. bottom_delta="-22"
  100. enabled="true"
  101. follows="left|top"
  102. font="SansSerifSmall"
  103. height="16"
  104. initial_value="false"
  105. label="Allow Navigation &amp; Interactivity"
  106. left="30"
  107. mouse_opaque="true"
  108. name="perms_group_interact"
  109. radio_style="false"
  110. width="250" />
  111. <check_box
  112. bottom_delta="-22"
  113. enabled="true"
  114. follows="left|top"
  115. font="SansSerifSmall"
  116. height="16"
  117. initial_value="false"
  118. label="Show Control Bar"
  119. left="30"
  120. mouse_opaque="true"
  121. name="perms_group_control"
  122. radio_style="false"
  123. width="250" />
  124. <text
  125. bottom_delta="-36"
  126. enabled="false"
  127. follows="top|left"
  128. height="15"
  129. left="10"
  130. name="anyone_label"
  131. text_readonly_color="LabelDisabledColor">
  132. Anyone
  133. </text>
  134. <check_box
  135. bottom_delta="-22"
  136. enabled="true"
  137. follows="left|top"
  138. font="SansSerifSmall"
  139. height="16"
  140. initial_value="false"
  141. label="Allow Navigation &amp; Interactivity"
  142. left="30"
  143. mouse_opaque="true"
  144. name="perms_anyone_interact"
  145. radio_style="false"
  146. width="250" />
  147. <check_box
  148. bottom_delta="-22"
  149. enabled="true"
  150. follows="left|top"
  151. font="SansSerifSmall"
  152. height="16"
  153. initial_value="false"
  154. label="Show Control Bar"
  155. left="30"
  156. mouse_opaque="true"
  157. name="perms_anyone_control"
  158. radio_style="false"
  159. width="250" />
  160. </panel>