| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | wdk_search_fields_toggle(); |
| 41 | 41 | |
| 42 | 42 | ?> |
| 43 | 43 | |
| 44 | -<div class="wdk-field-edit <?php echo esc_attr($field->field_type); ?> wdk-col-<?php echo esc_attr($field->columns_number); ?> <?php echo esc_attr($field->class); ?>"> | |
| 44 | +<div class="wdk-field-<?php echo esc_attr($field_id);?> wdk-field-edit <?php echo esc_attr($field->field_type); ?> wdk-col-<?php echo esc_attr($field->columns_number); ?> <?php echo esc_attr($field->class); ?>"> | |
| 45 | 45 | <label for="<?php echo esc_attr($field_id); ?>"><?php echo esc_html($field_label).esc_html($required); ?></label> |
| 46 | 46 | <div class="wdk-field-container"> |
| 47 | 47 | <?php echo wdk_treefield_option($field_id, 'listing_m', wmvc_show_data($field_id, $db_data, ''), 'post_title', '', __('Not Selected', 'wpdirectorykit'),'',TRUE);?> |
| 48 | 48 | <?php if(!empty($field->hint)):?> |