diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_friends.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_friends.xml | 44 |
1 files changed, 8 insertions, 36 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_friends.xml b/linden/indra/newview/skins/xui/en-us/panel_friends.xml index 67c830b..97779d9 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_friends.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_friends.xml | |||
@@ -1,45 +1,17 @@ | |||
1 | <panel name="friends" border="true"> | 1 | <panel name="friends" border="true"> |
2 | <scroll_list bottom="90" can_resize="true" column_padding="0" draw_heading="true" | 2 | <scroll_list bottom="10" can_resize="true" column_padding="0" draw_heading="true" |
3 | follows="left|top|bottom|right" left="10" multi_select="true" | 3 | follows="left|top|bottom|right" left="10" multi_select="true" |
4 | name="friend_list" right="-100" search_column="1" | 4 | name="friend_list" right="-100" search_column="1" |
5 | tool_tip="Hold shift or control while clicking to select multiple friends" | 5 | tool_tip="Hold shift or control while clicking to select multiple friends" |
6 | top="-10"> | 6 | top="-10"> |
7 | <column image="ff_online_status_button.tga" name="icon_online_status" width="20" /> | 7 | <column image="ff_online_status_button.tga" name="icon_online_status" width="20" tool_tip="Online status"/> |
8 | <column dynamicwidth="true" label="Name" name="friend_name" /> | 8 | <column dynamicwidth="true" label="Name" name="friend_name" tool_tip="Name"/> |
9 | <column image="ff_visible_online_button.tga" name="icon_visible_online" width="20" /> | 9 | <column image="ff_visible_online_button.tga" name="icon_visible_online" width="20" tool_tip="Friend can see when you're online"/> |
10 | <column image="ff_visible_map_button.tga" name="icon_visible_map" width="20" /> | 10 | <column image="ff_visible_map_button.tga" name="icon_visible_map" width="20" tool_tip="Friend can locate you on the map"/> |
11 | <column image="ff_edit_mine_button.tga" name="icon_edit_mine" width="20" /> | 11 | <column image="ff_edit_mine_button.tga" name="icon_edit_mine" width="20" tool_tip="Friend can edit your objects"/> |
12 | <column image="ff_edit_theirs_button.tga" name="icon_edit_theirs" width="20" /> | 12 | <column image="ff_edit_theirs_button.tga" name="icon_edit_theirs" width="20" tool_tip="You can edit this friend's objects"/> |
13 | <column name="friend_last_update_generation" width="0"/> | ||
13 | </scroll_list> | 14 | </scroll_list> |
14 | <panel background_opaque="true" background_visible="true" bevel_style="in" | ||
15 | bg_alpha_color="blue" bg_opaque_color="0,0,0,0.3" border="true" bottom="10" | ||
16 | can_resize="false" follows="left|right|bottom" height="70" left="10" | ||
17 | mouse_opaque="true" name="rights_container" right="-100"> | ||
18 | <text bottom_delta="-11" follows="top|left" font="SansSerifSmall" left="10" | ||
19 | name="friend_name_label" width="200"> | ||
20 | Select friend(s) to change rights... | ||
21 | </text> | ||
22 | <check_box bottom_delta="-21" enabled="false" follows="bottom|left" font="SansSerifSmall" | ||
23 | height="16" hidden="false" initial_value="false" | ||
24 | label="Can see my online status" left="10" mouse_opaque="true" | ||
25 | name="online_status_cb" radio_style="false" | ||
26 | tool_tip="Set whether this friend see my online status in their friends list or calling cards" | ||
27 | width="200" /> | ||
28 | <check_box bottom_delta="-18" enabled="false" follows="bottom|left" font="SansSerifSmall" | ||
29 | height="16" hidden="false" initial_value="false" | ||
30 | label="Can find me on the world map" left="25" mouse_opaque="true" | ||
31 | name="map_status_cb" radio_style="false" | ||
32 | tool_tip="Set whether this friend see my location on their map" width="200" /> | ||
33 | <check_box bottom_delta="-18" enabled="false" follows="bottom|left" font="SansSerifSmall" | ||
34 | height="16" hidden="false" initial_value="false" | ||
35 | label="Can modify my objects" left="10" mouse_opaque="true" | ||
36 | name="modify_status_cb" radio_style="false" | ||
37 | tool_tip="Set whether this friend can modify my objects" width="200" /> | ||
38 | <text bottom_delta="25" follows="top|left" font="SansSerif" left="10" | ||
39 | name="process_rights_label"> | ||
40 | Processing rights change... | ||
41 | </text> | ||
42 | </panel> | ||
43 | <pad bottom="-7" height="0" left="-90" width="1" /> | 15 | <pad bottom="-7" height="0" left="-90" width="1" /> |
44 | <button bottom_delta="-25" follows="top|right" height="22" | 16 | <button bottom_delta="-25" follows="top|right" height="22" |
45 | label="IM/Call" left_delta="0" name="im_btn" | 17 | label="IM/Call" left_delta="0" name="im_btn" |