blob: d824eff338c2188b2136282f396598260cdfa277 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
<panel.string name="type_mature">
Moderat
</panel.string>
<panel.string name="type_pg">
Allgemeiner Inhalt
</panel.string>
<panel.string name="l$_price">
[PRICE] L$
</panel.string>
<text name="title" value="Anzeigen-Info"/>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<text_editor name="classified_name" value="[name]"/>
<text_editor name="classified_location" value="[wird geladen...]"/>
<text_editor name="content_type" value="[Inhalts-Art]"/>
<text_editor name="category" value="[Kategorie]"/>
<check_box label="Jede Woche automatisch erneuern" name="auto_renew"/>
<text_editor name="price_for_listing" tool_tip="Preis für Anzeige."/>
<text_editor name="classified_desc" value="[description]"/>
</panel>
</scroll_container>
<panel name="buttons">
<button label="Teleportieren" name="teleport_btn"/>
<button label="Karte" name="show_on_map_btn"/>
<button label="Bearbeiten" name="edit_btn"/>
</panel>
</panel>
|