summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_block_list_sidetray.xml
blob: 5c8a8ee2081ad20d78d6066edc58d5e8d3492240 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 follows="left|top|right|bottom"
 height="305"
 layout="topleft"
 name="block_list_panel"
 min_height="350"
 min_width="240"
 width="280">
    <text 
     follows="top|left|right"
     font="SansSerifHugeBold"
     height="20"
     layout="topleft"
     left="10" 
     name="title_text"
     text_color="white"
     top="0" 
     width="250">
        Blocked List
     </text>
     <button 
     follows="top|right"
     height="25"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back"
     right="-9"
     tab_stop="false" 
     top="0"
     width="25"/>
    <scroll_list
     follows="left|top|right|bottom"
     height="200"
     layout="topleft"
     left="5"
     name="blocked"
     tool_tip="List of currently blocked residents"
     top="30"
     width="270" />
    <button
     follows="left|bottom"
     height="20"
     label="Block Resident..."
     label_selected="Block Resident..."
     layout="topleft"
     left_delta="0"
     name="Block resident..."
     tool_tip="Pick a resident to block"
     top_pad="4"
     width="210">
        <button.commit_callback
         function="Block.ClickPick" />
    </button>
    <button
     follows="left|bottom"
     height="20"
     label="Block object by name..."
     label_selected="Block object by name..."
     layout="topleft"
     left_delta="0"
     name="Block object by name..."
     top_pad="4"
     width="210" >
        <button.commit_callback
         function="Block.ClickBlockByName" />
    </button>
    <button
     enabled="false"
     follows="left|bottom"
     height="20"
     label="Unblock"
     label_selected="Unblock"
     layout="topleft"
     left_delta="0"
     name="Unblock"
     tool_tip="Remove resident or object from blocked list"
     top_pad="4"
     width="210" >
        <button.commit_callback
         function="Block.ClickRemove" />
    </button>
</panel>