blob: 0a0a44568c96e04c852be0a6d79da2a406bda50a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Give Money" title="Zapłata dla: [FIRST] [LAST]">
<text name="fastpay text">
Szybka Zapłata:
</text>
<button name="fastpay 1" label="L$1" left="115" />
<button name="fastpay 5" label="L$5" />
<button name="fastpay 10" label="L$10" left="115" />
<button name="fastpay 20" label="L$20" />
<text name="amount text">
Suma:
</text>
<button name="pay btn" label="Zapłać" />
<button name="cancel btn" label="Anuluj" />
</floater>
|