first commit
This commit is contained in:
20
plugins/system/nrframework/xml/conditions/date/time.xml
Normal file
20
plugins/system/nrframework/xml/conditions/date/time.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator">
|
||||
<option value="equal">NR_IS_BETWEEN</option>
|
||||
<option value="not_equal">NR_IS_NOT_BETWEEN</option>
|
||||
</field>
|
||||
<fields name="params">
|
||||
<field name="publish_up" type="nr_time"
|
||||
label="NR_START_TIME"
|
||||
description="NR_START_PUBLISHING_TIMERANGE_DESC"
|
||||
/>
|
||||
<field name="publish_down" type="nr_time"
|
||||
label="NR_END_TIME"
|
||||
description="NR_FINISH_PUBLISHING_TIMERANGE_DESC"
|
||||
/>
|
||||
</fields>
|
||||
<field name="note" type="ruleValueHint"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user