blob: ca357abda3b00e5a476c2e62fa109ac829f90025 (
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
38
39
40
41
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Anzeige bearbeiten" name="panel_edit_classified">
<panel.string name="location_notice">
(wird nach Speichern aktualisiert)
</panel.string>
<text name="title">
Anzeige bearbeiten
</text>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<icon label="" name="edit_icon" tool_tip="Klicken, um ein Bild auszuwählen"/>
<text name="Name:">
Titel:
</text>
<text name="description_label">
Beschreibung:
</text>
<text name="location_label">
Standort:
</text>
<text name="classified_location">
wird geladen...
</text>
<button label="Auf aktuelle Position einstellen" name="set_to_curr_location_btn"/>
<combo_box name="content_type">
<combo_item name="mature_ci">
Mature-Inhalt
</combo_item>
<combo_item name="pg_ci">
PG-Inhalt
</combo_item>
</combo_box>
<spinner label="L$" name="price_for_listing" tool_tip="Preis für Anzeige." value="50"/>
<check_box label="Jede Woche automatisch erneuern" name="auto_renew"/>
</panel>
</scroll_container>
<panel label="bottom_panel" name="bottom_panel">
<button label="Speichern" name="save_changes_btn"/>
<button label="Abbrechen" name="cancel_btn"/>
</panel>
</panel>
|