summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml
blob: b72af7221e4890c9f9767e68b07431c01e58dc5d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 name="group_list_item"
 top="0"
 left="0"
 height="16"
 width="320"
 follows="top|right|left"
 layout="topleft"
>
    <icon
     name="hovered_icon"
     top="0"
     left="0"
     height="16"
     width="320"
     follows="top|right|left"
     layout="topleft"
     image_name="ListItem_Over"
     visible="false"
    />
    <icon
     name="selected_icon"
     top="0"
     left="0"
     height="16"
     width="320"
     follows="top|right|left"
     layout="topleft"
     image_name="ListItem_Select"
     visible="false"
    />
    <group_icon
     name="group_icon"
     top="2"
     left="5"
     height="14"
     width="14"
     image_name="Generic_Group"
     mouse_opaque="true"
     use_draw_context_alpha="false"
    />
    <text
     name="group_name"
     value="Unknown"
     top="2"
     left_pad="5"
     right="-2"
     height="16"
     follows="left|right"
     layout="topleft"
     parse_urls="false"
     text_color="ScrollUnselectedColor"
     use_ellipses="true"
    />
    <button
     name="visibility_hide_btn"
     tool_tip="Hide group on my profile"
     top_delta="-3"
     left_pad="3"
     right="-53"
     height="20"
     width="20"
     follows="right"
     image_pressed="Profile_Group_Visibility_Off_Pressed"
     image_unselected="Profile_Group_Visibility_Off"
     tab_stop="false"
     visible="false"
    />
    <button
     name="visibility_show_btn"
     tool_tip="Show group on my profile"
     top_delta="0"
     right_delta="0"
     height="20"
     width="20"
     follows="right"
     image_pressed="Profile_Group_Visibility_On_Pressed"
     image_unselected="Profile_Group_Visibility_On"
     tab_stop="false"
     visible="false"
    />
    <button
     name="info_btn"
     tool_tip="More info"
     top_delta="2"
     left_pad="3"
     right="-30"
     height="16"
     width="16"
     follows="right"
     image_pressed="Info_Press"
     image_unselected="Info_Over"
     tab_stop="false"
    />
    <!--*TODO: Should only appear on rollover-->
    <button
     name="profile_btn"
     tool_tip="View profile"
     top_delta="-2"
     left_pad="5"
     right="-3"
     height="20"
     width="20"
     follows="right"
     layout="topleft"
     image_overlay="Web_Profile_Off"
     tab_stop="false"
    />
</panel>