summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_edit_pick.xml
blob: faee42fd0e3e44a0834220375191f60f8d961cb1 (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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="編輯精選地點" name="panel_edit_pick">
	<panel.string name="location_notice">
		(儲存後將會更新)
	</panel.string>
	<text name="title">
		編輯精選地點
	</text>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<icon label="" name="edit_icon" tool_tip="點按以選擇圖像"/>
			<text name="Name:">
				標題:
			</text>
			<text name="description_label">
				描述:
			</text>
			<text name="location_label">
				位置:
			</text>
			<text name="pick_location">
				載入中...
			</text>
			<button label="設定為目前位置" name="set_to_curr_location_btn"/>
		</panel>
	</scroll_container>
	<panel label="bottom_panel" name="bottom_panel">
		<layout_stack name="layout_stack1">
			<layout_panel name="layout_panel1">
				<button label="儲存精選地點" name="save_changes_btn"/>
			</layout_panel>
			<layout_panel name="layout_panel2">
				<button label="取消" name="cancel_btn"/>
			</layout_panel>
		</layout_stack>
	</panel>
</panel>