Added start date condition
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<input type="hidden" name="{$fieldName}[operator]" value="{$criteria}" />
|
||||
|
||||
<div id="condition-add-operators-values" class="form-group">
|
||||
<label for="operator">{intl l="Validity start date"} :</label>
|
||||
<input type="text" class="form-control" id="{$fieldName}-value" name="{$fieldName}[value]" value="{$currentValue}" placeholder="{intl l="Format: %fmt" fmt=$dateFormat}">
|
||||
<span class="label-help-block">{intl l='Please enter the date using the %fmt format' fmt=$dateFormat}</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user