Add wrapper classes to product category form fields.

Add wrapper classes to Display Type and Thumbnail fields of a product category in the admin. These classes follow the same naming convention as other taxonomy fields in the WordPress admin.
This commit is contained in:
Jon Koops 2016-03-01 15:37:01 +01:00
parent 6f04ff1fa0
commit a8cb7f7d00
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class WC_Admin_Taxonomies {
*/
public function add_category_fields() {
?>
<div class="form-field">
<div class="form-field term-display-type-wrap">
<label for="display_type"><?php _e( 'Display type', 'woocommerce' ); ?></label>
<select id="display_type" name="display_type" class="postform">
<option value=""><?php _e( 'Default', 'woocommerce' ); ?></option>
@ -97,7 +97,7 @@ class WC_Admin_Taxonomies {
<option value="both"><?php _e( 'Both', 'woocommerce' ); ?></option>
</select>
</div>
<div class="form-field">
<div class="form-field term-thumbnail-wrap">
<label><?php _e( 'Thumbnail', 'woocommerce' ); ?></label>
<div id="product_cat_thumbnail" style="float: left; margin-right: 10px;"><img src="<?php echo esc_url( wc_placeholder_img_src() ); ?>" width="60px" height="60px" /></div>
<div style="line-height: 60px;">