blob: 0f65e6c18a7c22dbd0de2ac99a467da0985eee41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="publish_classified" title="Publicerer annoncer">
<text name="explanation_text">
Din annonce vil blive vist i en uge fra den dato den publiceres.
Husk, annonceomkostninger kan ikke refunderes.
</text>
<spinner label="Pris: L$" name="price_for_listing" tool_tip="Pris for optagelse af annonce." value="50"/>
<text name="l$_text" value="L$"/>
<text name="more_info_text">
Mere info (link til hjælp om annoncer)
</text>
<button label="Publicér" name="publish_btn"/>
<button label="Annullér" name="cancel_btn"/>
</floater>
|