blob: acec1efcb05929a1e5427cf1fc683275ec8278ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="publish_classified" title="Publishing Classified">
<text name="explanation_text">
Your classified ad will run for one week from the date it is published.
Remember, Classified fees are non-refundable.
</text>
<spinner label="價格: L$" name="price_for_listing" tool_tip="Price for listing." value="50"/>
<button label="Publish" name="publish_btn"/>
<button label="取消" name="cancel_btn"/>
</floater>
|