summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_friends.xml
blob: c315adb33ebaa2e8745d15e718b837f1bc7a5e04 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="all"
 height="347"
 layout="topleft"
 name="friends"
 width="100">
    <panel.string
     name="Multiple">
        Multiple friends
    </panel.string>
    <scroll_list
     bottom="337"
     column_padding="0"
     draw_heading="true"
     follows="left|top|bottom|right"
     layout="topleft"
     left="10"
     multi_select="true"
     name="friend_list"
     right="-100"
     search_column="1"
     tool_tip="Hold shift or control while clicking to select multiple friends"
     top="10">
        <scroll_list.columns
         image="ff_online_status_button.tga"
         name="icon_online_status"
         tool_tip="Online status"
         width="20" />
        <scroll_list.columns
         dynamic_width="true"
         label="Name"
         name="friend_name"
         tool_tip="Name" />
        <scroll_list.columns
         image="ff_visible_online_button.tga"
         name="icon_visible_online"
         tool_tip="Friend can see when you&apos;re online"
         width="20" />
        <scroll_list.columns
         image="ff_visible_map_button.tga"
         name="icon_visible_map"
         tool_tip="Friend can locate you on the map"
         width="20" />
        <scroll_list.columns
         image="ff_edit_mine_button.tga"
         name="icon_edit_mine"
         tool_tip="Friend can edit, delete or take objects"
         width="20" />
        <scroll_list.columns
         image="ff_edit_theirs_button.tga"
         name="icon_edit_theirs"
         tool_tip="You can edit this friend&apos;s objects"
         width="20" />
        <scroll_list.columns
         name="friend_last_update_generation"
         width="0" />
    </scroll_list>
    <locate
     bottom="7"
     layout="topleft"
     left="-90" />
    <button
     follows="top|right"
     height="22"
     label="IM/Call"
     layout="topleft"
     left_pad="10"
     name="im_btn"
     tool_tip="Open Instant Message session"
     top_pad="3"
     width="80" />
    <button
     follows="top|right"
     height="22"
     label="Profile"
     layout="topleft"
     left_delta="0"
     name="profile_btn"
     tool_tip="Show picture, groups, and other information"
     top_pad="3"
     width="80" />
    <button
     follows="top|right"
     height="22"
     label="Teleport"
     layout="topleft"
     left_delta="0"
     name="offer_teleport_btn"
     tool_tip="Offer this friend a teleport to your current location"
     top_pad="3"
     width="80" />
    <button
     follows="top|right"
     height="22"
     label="Pay"
     layout="topleft"
     left_delta="0"
     name="pay_btn"
     tool_tip="Give Linden dollars (L$) to this friend"
     top_pad="3"
     width="80" />
    <button
     follows="top|right"
     height="22"
     label="Remove"
     layout="topleft"
     left_delta="0"
     name="remove_btn"
     tool_tip="Remove this person from your friends list"
     top_pad="3"
     width="80" />
    <button
     follows="top|right"
     height="22"
     label="Add"
     layout="topleft"
     left_delta="0"
     name="add_btn"
     tool_tip="Offer friendship to a Resident"
     top_pad="13"
     width="80" />
</panel>