summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_general.xml
blob: 58a78a0ab852aefef0059ad5b2d64927a074b510 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="all"
     height="380"
 label="General"
 class="panel_group_general"
 layout="topleft"
 left="0"
 top="0"
 name="general_tab"
 width="310">
    <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"
     left="5"
     height="60"
     layout="topleft"
     max_length="511"
     name="charter"
     top="5"
     width="305"
     word_wrap="true">
     Group Charter
    </text_editor>
    <name_list
     column_padding="0"
     draw_heading="true"
     follows="left|top"
     heading_height="16"
     height="130"
     layout="topleft"
     left="5"
     name="visible_members"
     top_pad="2"
     width="305">
        <name_list.columns
         label="Member"
         name="name"
         relative_width="0.6" />
        <name_list.columns
         label="Title"
         name="title"
         relative_width="0.4" />
      </name_list>
         <text
         follows="left|top"
         type="string"
         height="14"
         layout="topleft"
         left_delta="0"
         name="active_title_label"
         top_pad="5"
         width="300">
            My Title
        </text>
        <combo_box
         follows="left|top"
         height="20"
         layout="topleft"
         left_delta="0"
         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"
         width="305" />
        <check_box
         height="16"
         font="SansSerifSmall"
         label="Receive notices"
         layout="topleft"
         left="5"
         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="5"
         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"
         height="93"
         layout="topleft"
         left="5"
         name="preferences_container"
         top_pad="5"
         width="305">
        <check_box
         follows="right|top"
         height="16"
         label="Open enrollment"
         layout="topleft"
         left="10"
         name="open_enrollement"
         tool_tip="Sets whether this group allows new members to join without being invited."
         top_pad="5"
         width="90" />
        <check_box
         height="16"
         label="Enrollment fee"
         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="16"
         increment="1"
         label_width="20"
         label="L$"
         layout="topleft"
         right="-10"
         max_val="99999"
         left_pad="2"
         name="spin_enrollment_fee"
         tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."
         width="105" />
        <check_box
         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" />
        <combo_box
         height="20"
         layout="topleft"
         left_delta="0"
         name="group_mature_check"
         tool_tip="Sets whether your group information is considered mature"
         top_pad="5"
         width="190">
            <combo_box.item
             label="PG Content"
             name="pg"
             value="Not Mature" />
             <combo_box.item
             label="Mature Content"
             name="mature"
             value="Mature" />
        </combo_box>
    </panel>
</panel>