Untitled
unknown
plain_text
8 months ago
434 B
5
Indexable
<!-- Order creation date/time filter -->
<div class="filter-row" style="margin-top:10px;">
<label>Užsakymo data nuo:</label>
<input type="datetime-local" name="order_from_date" value="<?php echo esc_attr($order_from_date); ?>">
<label>iki:</label>
<input type="datetime-local" name="order_to_date" value="<?php echo esc_attr($order_to_date); ?>">
</div>Editor is loading...
Leave a Comment