| @@ 174-176 (lines=3) @@ | ||
| 171 | <h4><?php _e('Additional Content'); ?></h4> |
|
| 172 | <ul> |
|
| 173 | <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'featured_image'); ?>" type="checkbox" name="content[]" value="featured_image" /> <?php _e('Set Featured Image','wetu-importer'); ?></li> |
|
| 174 | <?php if(class_exists('LSX_Banners')){ ?> |
|
| 175 | <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'banner_image'); ?>" type="checkbox" name="content[]" value="banner_image" /> <?php _e('Set Banner Image','wetu-importer'); ?></li> |
|
| 176 | <?php } ?> |
|
| 177 | </ul> |
|
| 178 | </div> |
|
| 179 | <div style="width:30%;display:block;float:left;"> |
|
| @@ 194-196 (lines=3) @@ | ||
| 191 | type="checkbox" name="content[]" |
|
| 192 | value="featured_image"/> <?php _e('Set Featured Image', 'wetu-importer'); ?> |
|
| 193 | </li> |
|
| 194 | <?php if (class_exists('LSX_Banners')) { ?> |
|
| 195 | <li> |
|
| 196 | <input class="content" <?php $this->checked($this->destination_options, 'banner_image'); ?> |
|
| 197 | type="checkbox" name="content[]" |
|
| 198 | value="banner_image"/> <?php _e('Set Banner Image', 'wetu-importer'); ?> |
|
| 199 | </li> |
|