blob: 1f44f2fe093e9ae1ecf1a62af1575f939cc01f8c (
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="Modifier la petite annonce" name="panel_edit_classified">
<panel.string name="location_notice">
(mise à jour après l'enregistrement)
</panel.string>
<text name="title">
Modifier la petite annonce
</text>
<scroll_container name="profile_scroll">
<panel name="scroll_content_panel">
<icon label="" name="edit_icon" tool_tip="Cliquez pour sélectionner une image"/>
<text name="Name:">
Titre :
</text>
<text name="description_label">
Description :
</text>
<text name="location_label">
Lieu :
</text>
<text name="classified_location">
en cours de chargement...
</text>
<button label="Définir sur l'emplacement actuel" name="set_to_curr_location_btn"/>
<combo_box name="content_type">
<combo_item name="mature_ci">
Contenu Modéré
</combo_item>
<combo_item name="pg_ci">
Contenu Général
</combo_item>
</combo_box>
<spinner label="L$" name="price_for_listing" tool_tip="Coût de l'annonce." value="50"/>
<check_box label="Renouvellement automatique toutes les semaines" name="auto_renew"/>
</panel>
</scroll_container>
<panel label="bottom_panel" name="bottom_panel">
<button label="Enregistrer" name="save_changes_btn"/>
<button label="Annuler" name="cancel_btn"/>
</panel>
</panel>
|