summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da/panel_edit_classified.xml
blob: 18689105aec5d7cc05fc4d882bbe21e470b8147a (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Redigér annoncer" name="panel_edit_classified">
	<panel.string name="location_notice">
		(vil blive opdateret efter gemning)
	</panel.string>
	<text name="title">
		Rediger annonce
	</text>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<icon label="" name="edit_icon" tool_tip="Klik for at forstørre billede"/>
			<text name="Name:">
				Titel:
			</text>
			<text name="description_label">
				Beskrivelse:
			</text>
			<text name="location_label">
				Lokation:
			</text>
			<text name="classified_location">
				henter...
			</text>
			<button label="Sæt til nuværende lokation" name="set_to_curr_location_btn"/>
			<spinner label="L$" name="price_for_listing" tool_tip="Pris for optagelse." value="50"/>
			<check_box label="Forny automatisk hver uge" name="auto_renew"/>
		</panel>
	</scroll_container>
	<panel label="bottom_panel" name="bottom_panel">
		<button label="Gem" name="save_changes_btn"/>
		<button label="Annullér" name="cancel_btn"/>
	</panel>
</panel>