diff options
author | McCabe Maxsted | 2010-09-14 16:40:00 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-14 16:40:00 -0700 |
commit | 45400260212b300a7fd4fb3aff1898c8053594e1 (patch) | |
tree | 1fc1e7a461be3b297d8e58481f98c32abff924a3 /linden/indra/newview/skins | |
parent | Merge remote branch 'thickbrick/weekly' into weekly (diff) | |
download | meta-impy-45400260212b300a7fd4fb3aff1898c8053594e1.zip meta-impy-45400260212b300a7fd4fb3aff1898c8053594e1.tar.gz meta-impy-45400260212b300a7fd4fb3aff1898c8053594e1.tar.bz2 meta-impy-45400260212b300a7fd4fb3aff1898c8053594e1.tar.xz |
Added checkboxes to the group list for receiving group notices, joining group chat, and listing group in profile
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml index e6b78fb..22967dc 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | |||
@@ -1,12 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-371" height="300" left="280" mouse_opaque="true" | 2 | <panel border="true" bottom="-371" height="300" left="280" mouse_opaque="true" |
3 | name="groups" width="350"> | 3 | name="groups" width="350" min_width="350"> |
4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" | 4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" |
5 | draw_heading="false" draw_stripes="true" enabled="true" | 5 | draw_heading="true" draw_stripes="true" enabled="true" |
6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" | 6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" |
7 | multi_select="false" name="group list" tab_stop="true" top="-10" | 7 | multi_select="false" name="group list" tab_stop="true" top="-10" |
8 | width="240"> | 8 | width="240"> |
9 | <column label="" name="name" width="248" /> | 9 | <column label="Group Name" name="name" dynamicwidth="true" /> |
10 | <column label="Notices" name="receive_notices" width="60" | ||
11 | tool_tip="Receve notices from this group" /> | ||
12 | <column label="Chat" name="join_group_chat" width="60" | ||
13 | tool_tip="Join group IMs (group chat) from this group" /> | ||
14 | <column label="Public" name="list_in_profile" width="20" | ||
15 | image="ff_visible_online_button.tga" | ||
16 | tool_tip="Group is listed in your profile" /> | ||
10 | </scroll_list> | 17 | </scroll_list> |
11 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 18 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
12 | bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom" | 19 | bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom" |