summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_experiences.xml
blob: b0ef3284f1eb414f9a9c8ac919235f2788aa75f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
  border="true"
  follows="all"
  height="320"
  help_topic="panel_region_experience_tab"
  label="Experiences"
  name="Experiences"
  layout="topleft"
  left="0"
  top="320"
  width="480">
  <panel.string
    name="panel_allowed">
    Allowed Experiences
  </panel.string>
  <panel.string
    name="panel_blocked">
    Blocked Experiences
  </panel.string>
  <panel.string
    name="panel_trusted">
    Trusted Experiences
  </panel.string>

  <text
   type="string"
   length="1"
   follows="left|top"
   height="32"
   layout="topleft"
   left="10"
   name="experiences_help_text"
   top="14"
   word_wrap="true">
    Changes to settings on this tab will affect all regions in the estate.
  </text>
  <layout_stack
    left="5"
    layout="topleft"
    follows="all"
    top="40"
    right="-5"
    height="280"
    min_height="140"
    orientation="vertical">
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel follows="all"
             width="330"
             name="panel_trusted"
             class="panel_experience_list_editor"
             filename="panel_experience_list_editor.xml" />
      <text
        layout="topleft"
        name="trusted_text_help"
        length="1"
        top="5"
        left_pad="5"
        width="200"
        height="200"
        follows="top|right"
        word_wrap="true">
        Trusted Experiences have permission to run on this estate.

Additionally, if the estate does not allow public access, Residents participating in any Trusted Experience may enter the estate and can remain as long as they are in the Experience.

Any Experience may be Trusted.
      </text>
    </layout_panel>
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel
        width="330"
        name="panel_allowed"
        class="panel_experience_list_editor"
        filename="panel_experience_list_editor.xml"/>
      <text
        layout="topleft"
        name="allowed_text_help"
        length="1"
        top="5"
        left_pad="5"
        width="200"
        height="200"
        follows="top|right"
        word_wrap="true">
        Allowed Experiences have permission to run on this estate.

Only Experiences that are not Grid-Wide may be Allowed.
      </text>
    </layout_panel>
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel
        width="330"
        name="panel_blocked"
        class="panel_experience_list_editor"
        filename="panel_experience_list_editor.xml"/>
      <text
        layout="topleft"
        name="blocked_text_help"
        length="1"
        top="5"
        left_pad="5"
        width="200"
        height="200"
        follows="top|right"
        word_wrap="true">
        Blocked Experiences may not run on this estate.

Only Grid-Wide Experiences may be Blocked.
      </text>
    </layout_panel>
  </layout_stack>
</panel>