summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_pick_info.xml
blob: 30fd8d1adcda2025bfd6a7ae63bcb8447b19a529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_pick_info">
	<text name="title" value="ピックの情報"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="pick_name" value="[name]"/>
			<text name="pick_location" value="[loading...]"/>
			<text name="pick_desc" value="[description]"/>
		</panel>
	</scroll_container>
	<panel name="buttons">
		<button label="テレポート" name="teleport_btn"/>
		<button label="地図" name="show_on_map_btn"/>
		<button label="編集" name="edit_btn"/>
	</panel>
</panel>