<?xml version="1.0" encoding="utf-8"?>
<form>
    <fieldset name="general">
        <field name="match" type="comparator"/>
        <fields name="params">
            <field name="publish_up" type="calendar"
                label="NR_START_PUBLISHING"
                description="NR_START_PUBLISHING_DESC"
                filter="none"
                hint="0000-00-00 00:00:00"
                showtime="true"
                weeknumbers="false"
                translateformat="true"
            />
            <field name="publish_down" type="calendar" 
                label="NR_FINISH_PUBLISHING"
                description="NR_FINISH_PUBLISHING_DESC"
                filter="none"
                hint="0000-00-00 00:00:00"
                showtime="true"
                weeknumbers="false"
                translateformat="true"
            />
        </fields>
    </fieldset>
</form>
