summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preview_notecard.xml
blob: 3327dc8c8b537e01990efa7eb40db8451e1e64cb (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 auto_tile="true"
 can_resize="true"
 default_tab_group="1"
 follows="left|top"
 height="361"
 layout="topleft"
 min_height="243"
 min_width="234"
 name="preview notecard"
 title="Note:"
 width="400">
    <floater.string
     name="no_object">
        Unable to find object containing this note.
    </floater.string>
    <floater.string
     name="not_allowed">
        You are not allowed to view this note.
    </floater.string>
    <floater.string
     name="Title">
        Notecard: [NAME]
    </floater.string>
    <floater.string
     name="Save">
        Save
    </floater.string>
    <icon
     follows="top|right"
     height="16"
     image_name="icon_lock.tga"
     layout="topleft"
     left="344"
     mouse_opaque="true"
     name="lock"
     top="3"
     width="16" />
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="19"
     layout="topleft"
     left="13"
     name="desc txt"
     top="19"
     width="80">
        Description:
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|top|right"
     font="SansSerif"
     height="19"
     layout="topleft"
     left_delta="80"
     max_length="127"
     name="desc"
     top_delta="0"
     width="294" />
    <text_editor
     type="string"
     length="1"
     embedded_items="true"
     follows="left|top|right|bottom"
     font="SansSerif"
     height="281"
     ignore_tab="false"
     layout="topleft"
     left="4"
     max_length="65536"
     name="Notecard Editor"
     tab_group="1"
     top="46"
     width="392"
     word_wrap="true">
        Loading...
    </text_editor>
    <button
     follows="left|bottom"
     height="20"
     label="Discard"
     label_selected="Discard"
     layout="topleft"
     left="9"
     name="Discard"
     top="332"
     width="100" />
    <button
     enabled="false"
     follows="left|bottom"
     height="20"
     label="Keep"
     label_selected="Keep"
     layout="topleft"
     left_pad="5"
     mouse_opaque="false"
     name="Keep"
     top_delta="0"
     width="100" />
</floater>