summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_places.xml
blob: 8b9fe2cf77061070e17b451ef0313e1c3a524b30 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 follows="all"
 height="400"
 label="Places"
 layout="topleft"
 min_height="350"
 min_width="240"
 name="places panel"
 width="333">
    <string
     name="landmarks_tab_title"
     value="Landmarks" />
    <string
     name="teleport_history_tab_title"
     value="Teleport History" />
    <filter_editor
     follows="left|top|right"
     font="SansSerif"
     height="23"
     label="Filter"
     layout="topleft"
     left="15"
     name="Filter"
     top="3"
     width="300" />
    <tab_container
     follows="all"
     height="326"
     layout="topleft"
     left="9"
     name="Places Tabs"
     tab_position="top"
     top="30"
     width="313" />
    <panel
     class="panel_place_info"
     filename="panel_place_info.xml"
     follows="all"
     height="326"
     layout="topleft"
     left="0"
     name="panel_place_info"
     top="30"
     visible="false" />
    <panel
     height="25"
     layout="topleft"
     left="0"
     name="button_panel"
     top_pad="10"
     width="313">
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left="5"
         name="teleport_btn"
         top="0"
         width="90" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Map"
         layout="topleft"
         left_pad="5"
         name="map_btn"
         top="0"
         width="80" />
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Share"
         layout="topleft"
         left_pad="5"
         name="share_btn"
         top="0"
         width="60" />
        <button
         follows="bottom|right"
         font="SansSerifSmallBold"
         height="25"
         label="▼"
         layout="topleft"
         left_pad="5"
         name="overflow_btn"
         top="0"
         width="30" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         image_disabled="widgets/SegmentedBtn_Left_Disabled.png"
         image_selected="widgets/SegmentedBtn_Left_Selected.png"
         image_unselected="widgets/SegmentedBtn_Left_Off.png"
         label="Create"
         layout="topleft"
         left="5"
         name="create_landmark_btn"
         top="0"
         width="70" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         image_disabled="widgets/ComboButton_Disabled.png"
         image_selected="widgets/ComboButton_Selected.png"
         image_unselected="widgets/ComboButton_Off.png"
         label="▼"
         layout="topleft"
         left_pad="0"
         name="folder_menu_btn"
         top="0"
         width="20" />
    </panel>
</panel>