| @@ -9,14 +9,14 @@ | ||
| 9 | 9 | * @package Automatic_YouTube_Gallery |
| 10 | 10 | */ |
| 11 | 11 | ?> |
| 12 | 12 | |
| 13 | -<p> | |
| 13 | +<div class="ayg-widget-field ayg-widget-field-title"> | |
| 14 | 14 | <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_html_e( 'Title', 'automatic-youtube-gallery' ); ?></label> |
| 15 | 15 | <input type="text" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" class="widefat" value="<?php echo esc_attr( $instance['title'] ); ?>" /> |
| 16 | -</p> | |
| 16 | +</div> | |
| 17 | 17 | |
| 18 | -<div class="ayg-editor ayg-editor-field-type-<?php echo esc_attr( $instance['type'] ); ?> ayg-editor-field-theme-<?php echo esc_attr( $instance['theme'] ); ?> ayg-editor-field-pagination_type-<?php echo esc_attr( $instance['pagination_type'] ); ?>"> | |
| 18 | +<div class="ayg-editor ayg-editor-field-type-<?php echo esc_attr( $instance['type'] ); ?> ayg-editor-field-theme-<?php echo esc_attr( $instance['theme'] ); ?>"> | |
| 19 | 19 | <?php foreach ( $fields as $key => $value ) : ?> |
| 20 | 20 | <div class="ayg-editor-section ayg-editor-section-<?php echo esc_attr( $key ); ?> <?php if ( 'source' == $key ) echo 'ayg-active'; ?>"> |
| 21 | 21 | <div class="ayg-editor-section-header"> |
| 22 | 22 | <span class="dashicons-before dashicons-plus"></span> |