blob: b9c415633f929d2ad7f5254f902a65d7c13fd795 (
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
|
<?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"
ignore_ui_scale="false"
name="browser"/>
</floater>
|