Skip to content

Commit

Permalink
fix: Filter by customer placeholder issue fixed #750 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamgircsebd authored Feb 6, 2020
1 parent 865761c commit 5edd459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/orders/date-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<form action="" method="GET" class="dokan-left">
<div class="dokan-form-group">
<input type="text" class="datepicker" style="width:120px; padding-bottom:7px" name="order_date" id="order_date_filter" placeholder="<?php esc_attr_e( 'Filter by Date', 'dokan-lite' ); ?>" value="<?php echo esc_attr( $filter_date ); ?>">
<select name="customer_id" id="dokan-filter-customer" style="width:200px" class="dokan-form-control" data-allow_clear="true" data-placeholder="<?php esc_attr_e( 'Filter by Customer', 'dokan-lite' ); ?>">
<select name="customer_id" id="dokan-filter-customer" style="width:220px" class="dokan-form-control" data-allow_clear="true" data-placeholder="<?php esc_attr_e( 'Filter by registered customer', 'dokan-lite' ); ?>">
<option value="<?php echo esc_attr( $user_id ); ?>" selected="selected"><?php echo wp_kses_post( $user_string ); ?><option>
</select>
<input type="submit" name="dokan_order_filter" class="dokan-btn dokan-btn-sm dokan-btn-danger dokan-btn-theme" value="<?php esc_attr_e( 'Filter', 'dokan-lite' ); ?>">
Expand Down

0 comments on commit 5edd459

Please sign in to comment.