| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | $required = '*'; |
| 35 | 35 | |
| 36 | 36 | ?> |
| 37 | 37 | |
| 38 | -<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); ?>"> | |
| 38 | +<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); ?>"> | |
| 39 | 39 | <label for="<?php echo esc_attr($field_id); ?>"><?php echo esc_html($field_label).esc_html($required); ?></label> |
| 40 | 40 | <div class="wdk-field-container"> |
| 41 | 41 | <?php echo wmvc_upload_media($field_id, wmvc_show_data($field_id, $db_data, '')); ?> |
| 42 | 42 | <?php if(!empty($field->hint)):?> |