Add class names to `edit_category_fields()` to be inline with other fields

Class names are added in `add_category_fields()` but not `edit_category_fields()`
This commit is contained in:
Keith Light 2018-07-16 15:04:36 +01:00
parent ef00985e44
commit 4144211754
1 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ class WC_Admin_Taxonomies {
$image = wc_placeholder_img_src();
}
?>
<tr class="form-field">
<tr class="form-field term-display-type-wrap">
<th scope="row" valign="top"><label><?php _e( 'Display type', 'woocommerce' ); ?></label></th>
<td>
<select id="display_type" name="display_type" class="postform">
@ -211,7 +211,7 @@ class WC_Admin_Taxonomies {
</select>
</td>
</tr>
<tr class="form-field">
<tr class="form-field term-thumbnail-wrap">
<th scope="row" valign="top"><label><?php _e( 'Thumbnail', 'woocommerce' ); ?></label></th>
<td>
<div id="product_cat_thumbnail" style="float: left; margin-right: 10px;"><img src="<?php echo esc_url( $image ); ?>" width="60px" height="60px" /></div>