|
|
|
@ -102,14 +102,14 @@
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="CreationTimeMin"
|
|
|
|
|
name="CreationTimeMin"
|
|
|
|
|
class="form-control daterangesinglepicker"
|
|
|
|
|
class="form-control singleDatePicker"
|
|
|
|
|
placeholder="@L["StartDate"].Value">
|
|
|
|
|
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="CreationTimeMax"
|
|
|
|
|
name="CreationTimeMax"
|
|
|
|
|
placeholder="@L["EndDate"].Value"
|
|
|
|
|
class="form-control daterangesinglepicker">
|
|
|
|
|
class="form-control singleDatePicker">
|
|
|
|
|
</div>
|
|
|
|
|
</abp-column>
|
|
|
|
|
|
|
|
|
@ -119,7 +119,7 @@
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="LastUpdatedTimeMin"
|
|
|
|
|
name="LastUpdatedTimeMin"
|
|
|
|
|
class="form-control daterangesinglepicker"
|
|
|
|
|
class="form-control singleDatePicker"
|
|
|
|
|
placeholder="@L["StartDate"].Value">
|
|
|
|
|
|
|
|
|
|
<input type="text"
|
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
id="LastUpdatedTimeMax"
|
|
|
|
|
name="LastUpdatedTimeMax"
|
|
|
|
|
placeholder="@L["EndDate"].Value"
|
|
|
|
|
class="form-control daterangesinglepicker">
|
|
|
|
|
class="form-control singleDatePicker">
|
|
|
|
|
</div>
|
|
|
|
|
</abp-column>
|
|
|
|
|
|
|
|
|
@ -138,14 +138,14 @@
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="LastCachedTimeMin"
|
|
|
|
|
name="LastCachedTimeMin"
|
|
|
|
|
class="form-control daterangesinglepicker"
|
|
|
|
|
class="form-control singleDatePicker"
|
|
|
|
|
placeholder="@L["StartDate"].Value">
|
|
|
|
|
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="LastCachedTimeMax"
|
|
|
|
|
name="LastCachedTimeMax"
|
|
|
|
|
placeholder="@L["EndDate"].Value"
|
|
|
|
|
class="form-control daterangesinglepicker">
|
|
|
|
|
class="form-control singleDatePicker">
|
|
|
|
|
</div>
|
|
|
|
|
</abp-column>
|
|
|
|
|
|
|
|
|
@ -171,14 +171,14 @@
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="LastSignificantUpdateTimeMin"
|
|
|
|
|
name="LastSignificantUpdateTimeMin"
|
|
|
|
|
class="form-control daterangesinglepicker"
|
|
|
|
|
class="form-control singleDatePicker"
|
|
|
|
|
placeholder="@L["StartDate"].Value">
|
|
|
|
|
|
|
|
|
|
<input type="text"
|
|
|
|
|
id="LastSignificantUpdateTimeMax"
|
|
|
|
|
name="LastSignificantUpdateTimeMax"
|
|
|
|
|
placeholder="@L["EndDate"].Value"
|
|
|
|
|
class="form-control daterangesinglepicker">
|
|
|
|
|
class="form-control singleDatePicker">
|
|
|
|
|
</div>
|
|
|
|
|
</abp-column>
|
|
|
|
|
|
|
|
|
|