summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_pay_object.xml
blob: 3c1d79940c4a8046daf1c6daab7a54de32ee6a9e (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="228"
 layout="topleft"
 name="Give Money"
 help_topic="give_money"
 save_rect="true"
 width="261">
    <string
     name="payee_group">
        Pay Group
    </string>
    <string
     name="payee_resident">
        Pay Resident
    </string>

    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="10"
     top="24"
     name="paying_text"
     width="180">
      You are paying:
    </text>
    <text
     follows="left|top"
     height="16"
     layout="topleft"
     left="10"
     top_pad="5"
     name="payee_name"
     use_ellipses="true" 
     width="225">
      Ericacita Moostopolison
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     halign="left"
     height="14"
     layout="topleft"
     left="10"
     name="object_name_label"
     top_pad="5"
     width="180">
        Via object:
    </text>
    <icon
     height="16"
     width="16"
     image_name="Inv_Object"
     mouse_opaque="true"
     name="icon_object"
     tool_tip="Objects"
     top_pad="5"
     left="10"
     />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left_pad="7"
     name="object_name_text"
     top_delta="3"
     use_ellipses="true"
     word_wrap="false"
     width="188">
        My awesome object with a really damn long name
    </text>
    <panel
     border_thickness="0"
     height="104"
     label="Search"
     layout="topleft"
     left="0"
     top_pad="10"
     help_topic="avatarpicker"
     name="PatternsPanel"
     width="120">
      <button
       height="23"
       label="Pay L$ 1"
       label_selected="Pay L$ 1"
       layout="topleft"
       left="10"
       top="0"
       name="fastpay 1"
       width="110" />
      <button
       height="23"
       label="Pay L$ 5"
       label_selected="Pay L$ 5"
       layout="topleft"
       left="10"
       top_pad="4"
       name="fastpay 5"
       width="110" />
      <button
       height="23"
       label="Pay L$ 10"
       label_selected="Pay L$ 10"
       layout="topleft"
       left="10"
       top_pad="4"
       name="fastpay 10"
       width="110" />
      <button
       height="23"
       label="Pay L$ 20"
       label_selected="Pay L$ 20"
       layout="topleft"
       left="10"
       top_pad="4"
       name="fastpay 20"
       width="110" />
    </panel>
    <view_border
     bevel_style="in"
     width="1"
     height="104"
     left_pad="10"
     layout="topleft" />
    <panel
     border_thickness="0"
     height="104"
     label="Search"
     layout="topleft"
     left_pad="0"
     name="InputPanel"
     width="120">
      <text
       type="string"
       length="1"
       follows="left|top"
       height="18"
       layout="topleft"
       left="10"
       top="0"
       name="amount text"
       width="180">
        Other amount:
      </text>
      <line_editor
       border_style="line"
       follows="left|top|right"
       height="19"
       layout="topleft"
       left="10"
       top_pad="0"
       max_length_bytes="9"
       name="amount"
       width="90" />
      <button
       enabled="false"
       height="23"
       label="Pay"
       label_selected="Pay"
       layout="topleft"
       left="10"
       top_pad="17"
       name="pay btn"
       width="110" />
      <button
       height="23"
       label="Cancel"
       label_selected="Cancel"
       layout="topleft"
       left="10"
       top_pad="4"
       name="cancel btn"
       width="110" />
    </panel>
</floater>