blob: ab44082070b7b5bad049ff1479d2b11cb6aa0a8b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="false"
height="240"
layout="topleft"
min_height="240"
min_width="420"
name="floater_buy_currency_html"
help_topic="floater_buy_currency_html"
save_rect="true"
single_instance="true"
title="BUY CURRENCY"
width="422">
<floater.string
name="buy_currency_url" translate="false">
http://user.lindenlab.com/~callum/ez/index.php?lang=[LANGUAGE]&sa=[SPECIFIC_AMOUNT]&sum=[SUM]&msg=[MSG]&bal=[BAL]
</floater.string>
<web_browser
bottom="238"
follows="left|right|top|bottom"
layout="topleft"
left="2"
name="browser"
top="18"
width="420" />
</floater>
|