blob: a9cce7bf4533203591704b39a3584496f656773b (
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="Annonce info"/>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<text name="classified_name" value="[name]"/>
<text name="classified_location" value="[loading...]"/>
<text name="content_type" value="[content type]"/>
<text name="category" value="[category]"/>
<check_box label="Forny automatisk hver uge" name="auto_renew"/>
<text name="price_for_listing" tool_tip="Pris for optagelse.">
L$[PRICE]
</text>
<text name="classified_desc" value="[description]"/>
</panel>
</scroll_container>
<panel name="buttons">
<button label="Teleport" name="teleport_btn"/>
<button label="Kort" name="show_on_map_btn"/>
<button label="Redigér" name="edit_btn"/>
</panel>
</panel>
|