aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml
blob: a8739f48085391f94d1e4c9d7fb3c897fec57d52 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

<floater name="Give Money" title="Pay resident: [FIRST] [LAST]"
         rect_control="FloaterPayRectB"
         can_minimize="true" can_resize="false"
         bottom="-197" left="439" height="185" width="300"
         min_height="100" min_width="100">


	<text name="fastpay text" type="string" length="1"
        bottom="-50" left="15" height="18" width="60" v_pad="0" h_pad="0"
        bg_visible="false" drop_shadow_visible="true"
        border_visible="false" border_drop_shadow_visible="false"
	      follows="left|top" font="SansSerif"  halign="left">
    Fast Pay:
	</text>

	<button name="fastpay 1" label="L$1"
          bottom_delta="0" left="85" height="20" width="80"
          font="SansSerif" halign="center" scale_image="true" />

	<button name="fastpay 5" label="L$5"
          bottom_delta="0" left_delta="90" height="20" width="80"
          font="SansSerif" halign="center" scale_image="true" />

	<button name="fastpay 10" label="L$10"
          bottom_delta="-25" left="85" height="20" width="80"
          font="SansSerif" halign="center" scale_image="true" />

	<button name="fastpay 20" label="L$20"
          bottom_delta="0" left_delta="90" height="20" width="80"
          font="SansSerif" halign="center" scale_image="true" />


	<view_border name="separator left" 
               bottom_delta="-12" left="8" height="1" width="282"
               bevel_style="in" border_thickness="1" follows="top|left" />


	<text name="message text" type="string" length="1"
        bottom_delta="-32" left="15" height="18" width="60"
        v_pad="0" h_pad="0" bg_visible="false" drop_shadow_visible="true"
        border_visible="false" border_drop_shadow_visible="false"
	      follows="left|top" font="SansSerif"  halign="left">
    Message:
	</text>

	<line_editor name="message" max_length="140"
               bottom_delta="1" left_delta="65" height="18" width="205"
               bevel_style="in" border_style="line" border_thickness="1"
	             follows="left|top|right" font="SansSerif"
	             handle_edit_keys_directly="false"
               select_all_on_focus_received="false" select_on_focus="false" />


	<text name="amount text" type="string" length="1"
        bottom_delta="-28" left="15" height="18" width="60"
        v_pad="0" h_pad="0" bg_visible="false" drop_shadow_visible="true"
        border_visible="false" border_drop_shadow_visible="false"
	      follows="left|top" font="SansSerif"  halign="left">
    Amount:
	</text>

	<text name="L$ text" type="string" length="1"
        bottom_delta="0" left_delta="62" height="18" width="15"
        v_pad="0" h_pad="0" bg_visible="false" drop_shadow_visible="true"
        border_visible="false" border_drop_shadow_visible="false"
	      follows="left|top" font="SansSerif"  halign="left">
    L$
	</text>

	<line_editor name="amount" max_length="9"
               bottom_delta="1" left_delta="18" height="18" width="70"
               bevel_style="in" border_style="line" border_thickness="1"
	             follows="left|top|right" font="SansSerif"
	             handle_edit_keys_directly="false"
               select_all_on_focus_received="false" select_on_focus="false" />

	<button name="pay btn" label="Pay"
          bottom_delta="-2" left_delta="80" height="20" width="60"
          font="SansSerif" halign="center" scale_image="true" />


	<button name="cancel btn" label="Cancel"
          bottom="5" right="-5" height="20" width="80"
          font="SansSerif" halign="center" scale_image="true" />



</floater>