summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_classified_info.xml
blob: 6f48a361827eca5fb820b32001e1abaf2b30bd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
	<text name="title" value="Dados do anúncio"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="classified_name" value="[nome]"/>
			<text name="classified_location" value="[carregando...]"/>
			<text name="content_type" value="[content type]"/>
			<text name="category" value="[category]"/>
			<check_box label="Renovar automaticamente todas as semanas" name="auto_renew"/>
			<text name="price_for_listing" tool_tip="Preço do anúncio.">
				L$ [PRICE]
			</text>
			<text name="classified_desc" value="[descrição]"/>
		</panel>
	</scroll_container>
	<panel name="buttons">
		<button label="Teletransportar" name="teleport_btn"/>
		<button label="Mapa" name="show_on_map_btn"/>
		<button label="Editar" name="edit_btn"/>
	</panel>
</panel>