summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_general.xml
blob: 618167181fba5351a82a918ecd765a97f332472c (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 label="General"
 follows="all"
 height="604"
 width="313"
 class="panel_group_general"
 name="general_tab">
    <panel.string
     name="help_text">
        The General tab contains general information about this group, a list of members, general Group Preferences and member options.

Hover your mouse over the options for more help.
    </panel.string>
    <panel.string
     name="group_info_unchanged">
        General group information has changed
    </panel.string>
    <panel.string
     name="incomplete_member_data_str">
        Retrieving member data
    </panel.string>
    <text_editor
     type="string"
     follows="left|top|right"
     left="5"
     height="150"
     layout="topleft"
     max_length="511"
     name="charter"
     top="5"
     right="-1"
    bg_readonly_color="DkGray2"
    text_readonly_color="White"
     word_wrap="true">
     Group Charter
    </text_editor>
    <name_list
     column_padding="0"
     draw_heading="true"
     follows="left|top|right"
     heading_height="23"
     height="200"
     layout="topleft"
     left="0"
     name="visible_members"
     top_pad="2">
        <name_list.columns
         label="Member"
         name="name"
         relative_width="0.4" />
        <name_list.columns
         label="Title"
         name="title"
         relative_width="0.4" />
        <name_list.columns
         label="Status"
         name="status"
         relative_width="0.2" />
      </name_list>
         <text
         follows="left|top|right"
         type="string"
         height="12"
         layout="left|top|right"
         left="5"
         text_color="EmphasisColor"
         name="my_group_settngs_label"
         top_pad="10"
         width="300">
           Me
        </text>
         <text
         follows="left|top|right"
         type="string"
         height="12"
         layout="left|top|right"
         left="10"
         name="active_title_label"
         top_pad="5"
         width="300">
            My title:
        </text>
        <combo_box
         follows="left|top|right"
         height="23"
         layout="topleft"
         left="10"
         right="-5"
         name="active_title"
         tool_tip="Sets the title that appears in your avatar&apos;s name tag when this group is active."
         top_pad="2" />
        <check_box
         height="16"
         font="SansSerifSmall"
         label="Receive group notices"
         layout="topleft"
         left="10"
         name="receive_notices"
         tool_tip="Sets whether you want to receive Notices from this group.  Uncheck this box if this group is spamming you."
         top_pad="5"
         width="300" />
        <check_box
         height="16"
         label="Show in my profile"
         layout="topleft"
         left="10"
         name="list_groups_in_profile"
         tool_tip="Sets whether you want to show this group in your profile"
         top_pad="5"
         width="295" />
   <panel
         background_visible="true"
         bevel_style="in"
         border="true"
         bg_alpha_color="FloaterUnfocusBorderColor"
         follows="left|top|right"
         height="140"
         width="313"
         layout="topleft"
         left="0"
         name="preferences_container"
         top_pad="5">
        <text
         follows="left|top|right"
         type="string"
         height="12"
         layout="left|top|right"
         left="5"
         text_color="EmphasisColor"
         name="group_settngs_label"
         width="300">
         Group
        </text>
        <check_box
         follows="right|top|left"
         height="16"
         label="Anyone can join"
         layout="topleft"
         left="10"
         name="open_enrollement"
         tool_tip="Sets whether this group allows new members to join without being invited."
         width="90" />
        <check_box
         height="16"
         label="Cost to join"
         layout="topleft"
         left_delta="0"
         name="check_enrollment_fee"
         tool_tip="Sets whether to require an enrollment fee to join the group"
         top_pad="5"
         width="300" />
        <spinner
         decimal_digits="0"
         follows="left|top"
         halign="left"
         height="23"
         increment="1"
         label_width="15"
         label="L$"
         layout="topleft"
         max_val="99999"
         left="30"
         name="spin_enrollment_fee"
         tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."
         width="170" />
        <combo_box
         follows="left|top"
         height="23"
         layout="topleft"
         left="10"
         name="group_mature_check"
         tool_tip="Sets whether your group contains information rated as Moderate"
         top_pad="4"
         width="190">
            <combo_box.item
             label="General Content"
             name="pg"
             value="Not Mature" />
             <combo_box.item
             label="Moderate Content"
             name="mature"
             value="Mature" />
        </combo_box>
        <check_box
         follows="left|top"
         height="16"
         initial_value="true"
         label="Show in search"
         layout="topleft"
         left="10"
         name="show_in_group_list"
         tool_tip="Let people see this group in search results"
         top_pad="4"
         width="300" />

    </panel>
</panel>