blob: 0637eedfb225f208c8a2633cfd91ca198825ccfc (
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
can_resize="false"
can_close="true"
width="422"
height="202"
layout="topleft"
name="floater_buy_currency_html"
help_topic="floater_buy_currency_html"
save_rect="true"
single_instance="true"
title="BUY CURRENCY"
>
<floater.string
name="buy_currency_url" translate="false">
https://quick-buy.secondlife.com/[LANGUAGE]/display/?sa=[SPECIFIC_AMOUNT]&sum=[SUM]&msg=[MSG]&bal=[BAL]
</floater.string>
<web_browser
trusted_content="true"
follows="all"
layout="topleft"
left="1"
right="-1"
top="1"
bottom="-1"
name="browser"/>
</floater>
|