summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_dir_web.xml
blob: 0dde67681af2a414939215f225ecef9fd0f6d33e (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
<panel
 border="true"
 top="30"
 follows="all"
 height="543"
 label="Web"
 left="1"
 mouse_opaque="false"
 name="panel_dir_web"
 width="778">
    <web_browser
     top="0"
     left="0"
     height="515"
     width="778"
     follows="all"
     layout="topleft"
     name="web_search"
     trusted_content="true"/>
    <button
     image_overlay="Arrow_Left_Off"
     image_disabled="PushButton_Disabled"
     image_disabled_selected="PushButton_Disabled"
     image_selected="PushButton_Selected"
     image_unselected="PushButton_Off"
     chrome="true"
     hover_glow_amount="0.15"
     tool_tip="Navigate back"
     follows="left|bottom"
     height="22"
     layout="topleft"
     left="5"
     name="back_btn"
     top_pad="7"
     width="22" />
    <button
     image_overlay="Arrow_Right_Off"
     image_disabled="PushButton_Disabled"
     image_disabled_selected="PushButton_Disabled"
     image_selected="PushButton_Selected"
     image_unselected="PushButton_Off"
     chrome="true"
     tool_tip="Navigate forward"
     follows="left|bottom"
     height="22"
     layout="topleft"
     left_pad="5"
     name="forward_btn"
     top_delta="0"
     width="22"/>
    <button
     name="home_btn"
     follows="left|bottom"
     image_overlay="Home_Off"
     image_disabled="PushButton_Disabled"
     image_disabled_selected="PushButton_Disabled"
     image_selected="PushButton_Selected"
     image_unselected="PushButton_Off"
     layout="topleft"
     tool_tip="Search page"
     left_pad="5"
     height="22"
     width="22"/>
    <text
     type="string"
     length="200"
     follows="bottom|left"
     height="20"
     layout="topleft"
     left_pad="20"
     top_delta="5"
     name="statusbartext"
     parse_urls="false"
     text_color="0.4 0.4 0.4 1"
     width="495"/>
</panel>