Since NameBoxes are clickable, remove redundant profile buttons. Removes a ton of RLV logic, now centralized inside LLNameUI Removes excess functions that went largely unused May no longer show if parcel sale is pending under the owner field, this is weird and it's hard to keep this behavior Also includes the missing setValue and getValue so this compiles, that should've been committed way earlier, oops Also adds ability for name_box to have is_group attribute, too!
163 lines
9.0 KiB
XML
163 lines
9.0 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel border="true" bottom="0" follows="all" height="466" label="General" left="1"
|
|
mouse_opaque="true" name="general_tab" select="true" width="418">
|
|
<string name="help_text">
|
|
The General tab contains general information about
|
|
this group, a list of Owners and visible Members,
|
|
general Group Preferences and member options.
|
|
|
|
Hover your mouse over the options for more help.
|
|
</string>
|
|
<string name="group_info_unchanged">
|
|
General group information has changed.
|
|
</string>
|
|
<button bottom="-24" follows="left|top" font="SansSerif" halign="center" height="16"
|
|
label="?" label_selected="?" left="391" mouse_opaque="true"
|
|
name="help_button" width="20" />
|
|
<line_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
|
h_pad="0" halign="left" height="16" label="Type your new group name here"
|
|
left="7" max_length="35" mouse_opaque="true" name="group_name_editor"
|
|
prevalidate="ascii" v_pad="0" width="300" spell_check="true" />
|
|
<name_box bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-20" drop_shadow_visible="true" follows="left|top"
|
|
font="SansSerifBig" h_pad="0" halign="left" height="16" left="7"
|
|
mouse_opaque="true" name="group_name" v_pad="0" width="300" is_group="true">
|
|
Type your new group name here
|
|
</name_box>
|
|
<text font="SansSerifSmall" name="prepend_founded_by">
|
|
Founded by
|
|
</text>
|
|
<name_box bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-6" drop_shadow_visible="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="66"
|
|
mouse_opaque="true" name="founder_name" v_pad="0" width="200" initial_value="Loading..."
|
|
/>
|
|
<text font="SansSerifSmall" name="group_key_text" follows="left|top" left="7" bottom="-50">
|
|
Group Key:
|
|
</text>
|
|
<line_editor bevel_style="in" border_style="line"
|
|
border_thickness="1" bottom="-55" enabled="false" follows="left|top"
|
|
font="SansSerifSmall" height="16" is_unicode="false" left_delta="65"
|
|
max_length="254" mouse_opaque="false" name="group_key"
|
|
width="240" />
|
|
<button bottom_delta="0" height="16" width="100" left_delta="240" name="copy_uri" label="Copy URI">
|
|
<button.commit_callback function="Group.CopyURI"/>
|
|
</button>
|
|
<text bottom_delta="-20" font="SansSerifSmall" halign="left" height="16"
|
|
name="group_charter_label" right="410" width="265">
|
|
Group Charter
|
|
</text>
|
|
<texture_picker bottom_delta="-129" follows="left|top" height="144"
|
|
label="Group Insignia" left="7"
|
|
mouse_opaque="true" name="insignia" tool_tip="Click to choose a picture"
|
|
width="128" />
|
|
<text_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-19" drop_shadow_visible="false" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="149"
|
|
hide_scrollbar="true" max_length="511" mouse_opaque="true" name="charter"
|
|
right="410" v_pad="0"
|
|
width="265" word_wrap="true" spell_check="true">
|
|
Group Charter
|
|
</text_editor>
|
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
|
height="22" label="Join ([CURRENCY]0)" label_selected="Join ([CURRENCY]0)" left="7"
|
|
mouse_opaque="true" name="join_button" width="106" />
|
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
|
height="22" label="Detailed View" label_selected="Detailed View"
|
|
left_delta="0" mouse_opaque="true" name="info_button" width="106" />
|
|
<button bottom_delta="0" follows="left|top" height="22" label="" left_delta="106" width="22" scale_image="true" image_selected="tool_zoom.tga" image_unselected="tool_zoom.tga" image_hover_selected="tool_zoom_active.tga" image_hover_unselected="tool_zoom_active.tga" name="bigimg"/>
|
|
<text bottom_delta="-16" left_delta="-106" font="SansSerif" name="text_owners_and_visible_members">
|
|
Owners & Visible Members ([COUNT])
|
|
</text>
|
|
<text bottom_delta="-16" font="SansSerifSmall" left_delta="0"
|
|
name="text_owners_are_shown_in_bold">
|
|
(Owners are shown in bold)
|
|
</text>
|
|
<name_list allow_calling_card_drop="false" background_visible="true" bottom_delta="-88"
|
|
column_padding="0" draw_border="true" draw_heading="true" multi_select="true"
|
|
follows="left|top" heading_font="SansSerifSmall" heading_height="14"
|
|
height="80" left="7" mouse_opaque="true" menu_num="0" name_system="GroupMembersNameSystem"
|
|
name="visible_members" width="404">
|
|
<column label="Member Name" name="name" relwidth="0.45" />
|
|
<column label="Title" name="title" relwidth="0.30" />
|
|
<column label="Last Login" name="online" relwidth="0.25" />
|
|
</name_list>
|
|
<text bottom_delta="-10" font="SansSerif" name="text_group_preferences">
|
|
Group Preferences
|
|
</text>
|
|
<panel background_opaque="true" background_visible="false" bevel_style="in"
|
|
border="true"
|
|
bottom_delta="-94" follows="left|top" height="86" left_delta="0"
|
|
mouse_opaque="true" name="preferences_container" width="404">
|
|
<check_box bottom="-17" follows="left|top" font="SansSerifSmall" height="16"
|
|
initial_value="true" label="Show in search" left="4" mouse_opaque="true"
|
|
name="show_in_group_list" radio_style="false"
|
|
tool_tip="Let people see this group in search results." width="95" />
|
|
<check_box bottom_delta="-16" follows="right|top" font="SansSerifSmall" height="16"
|
|
initial_value="false" label="Open enrollment" left="4" mouse_opaque="true"
|
|
name="open_enrollement" radio_style="false"
|
|
tool_tip="Sets whether this group allows new members to join without being invited."
|
|
width="95" />
|
|
<check_box bottom_delta="-16" follows="left|top" font="SansSerifSmall" height="16"
|
|
initial_value="false" label="Enrollment fee: [CURRENCY]" left_delta="16"
|
|
max_length="5" mouse_opaque="true" name="check_enrollment_fee"
|
|
radio_style="false"
|
|
tool_tip="Sets whether to require an enrollment fee to join the group."
|
|
width="95" />
|
|
<spinner bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="2" decimal_digits="0" drop_shadow_visible="true"
|
|
follows="left|top" font="SansSerif" h_pad="0" halign="left" height="16"
|
|
increment="1" label_width="10" left_delta="116" max_val="99999" min_val="0"
|
|
mouse_opaque="true" name="spin_enrollment_fee" right_delta="170"
|
|
tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked."
|
|
v_pad="0" width="65" />
|
|
<text bottom_delta="-12" left="4" font="SansSerifSmall" name="content_rating">
|
|
Content Rating
|
|
</text>
|
|
<combo_box allow_text_entry="false" bottom_delta="-25" follows="left|top" height="20" left="6"
|
|
max_chars="20" mouse_opaque="true" name="group_mature_check"
|
|
tool_tip="Sets whether your group information is considered mature."
|
|
width="130">
|
|
<combo_item name="select_mature" value="Select">
|
|
- Select Mature -
|
|
</combo_item>
|
|
<combo_item name="mature" value="Mature">
|
|
Mature Content
|
|
</combo_item>
|
|
<combo_item name="pg" value="PG">
|
|
PG Content
|
|
</combo_item>
|
|
</combo_box>
|
|
|
|
<check_box bottom="-17" left="225" follows="left|top" font="SansSerifSmall" height="16"
|
|
initial_value="false" label="Receive group notices"
|
|
mouse_opaque="true" name="receive_notices" radio_style="false"
|
|
tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you."
|
|
width="95" />
|
|
<check_box bottom_delta="-16" follows="left|top" font="SansSerifSmall" height="16"
|
|
initial_value="false" label="Join group chat" left_delta="0"
|
|
mouse_opaque="true" name="receive_chat" radio_style="false"
|
|
tool_tip="Sets whether you want to participate in group chat. Uncheck this box if this group is spamming you."
|
|
width="95" />
|
|
<check_box bottom_delta="-16" follows="left|top" font="SansSerifSmall" height="16"
|
|
initial_value="false" label="List group in my profile" left_delta="0"
|
|
mouse_opaque="true" name="list_groups_in_profile" radio_style="false"
|
|
tool_tip="Sets whether you want to list this group in your Profile"
|
|
width="95" />
|
|
<text bottom_delta="-10" font="SansSerifSmall" left_delta="0" name="active_title_label">
|
|
My Active Title
|
|
</text>
|
|
<combo_box length="120" width="175" bottom_delta="-25" follows="left|top" height="20" left_delta="0" name="active_title"
|
|
tool_tip="Sets the title that appears in your avatar's name tag when this group is active." />
|
|
</panel>
|
|
<string name="incomplete_member_data_str">
|
|
Retrieving member data
|
|
</string>
|
|
<string name="confirm_group_create_str">
|
|
Creating this group will cost [GROUPCREATEFEE].
|
|
Are you really, really, REALLY sure you want to spend [GROUPCREATEFEE] to create this group?
|
|
Be aware that if nobody else joins this group within 48 hours, it will be disbanded and the group's name will be unavailable for future use.
|
|
</string>
|
|
</panel>
|