summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_edit_pick.xml
blob: 7f2e82e4ffcc1b7f4d6b3ffdcdacd83a06cef473 (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"?>
<panel label="Modifica scelta ????" name="panel_edit_pick">
	<text name="title">
		Modifica scelta ????
	</text>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<icon label="" name="edit_icon" tool_tip="Clicca per selezionare un&apos;immagine"/>
			<text name="Name:">
				Titolo:
			</text>
			<text name="description_label">
				Descrizione:
			</text>
			<text name="location_label">
				Luogo:
			</text>
			<text name="pick_location">
				caricando...
			</text>
			<button label="Imposta come luogo attuale" name="set_to_curr_location_btn"/>
		</panel>
	</scroll_container>
	<panel label="bottom_panel" name="bottom_panel">
		<button label="Salva [WHAT]" name="save_changes_btn"/>
		<button label="Cancella" name="cancel_btn"/>
	</panel>
</panel>