blob: 5f0ffea1823f4e5d287c96695a08ffe35e4f0b8f (
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="刊登費用。" value="50"/>
<button label="發布" name="publish_btn"/>
<button label="取消" name="cancel_btn"/>
</floater>
|