| @@ 167-169 (lines=3) @@ | ||
| 164 | <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'special_interests'); ?>" type="checkbox" name="content[]" value="special_interests" /> <?php _e('Special Interests','wetu-importer'); ?></li> |
|
| 165 | <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'spoken_languages'); ?>" type="checkbox" name="content[]" value="spoken_languages" /> <?php _e('Spoken Languages','wetu-importer'); ?></li> |
|
| 166 | ||
| 167 | <?php if(class_exists('LSX_TO_Videos')){ ?> |
|
| 168 | <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'videos'); ?>" type="checkbox" name="content[]" value="videos" /> <?php _e('Videos','wetu-importer'); ?></li> |
|
| 169 | <?php } ?> |
|
| 170 | </ul> |
|
| 171 | <h4><?php _e('Additional Content'); ?></h4> |
|
| 172 | <ul> |
|
| @@ 179-181 (lines=3) @@ | ||
| 176 | value="location"/> <?php _e('Location', 'wetu-importer'); ?></li> |
|
| 177 | <?php } ?> |
|
| 178 | ||
| 179 | <?php if (class_exists('LSX_TO_Videos')) { ?> |
|
| 180 | <li> |
|
| 181 | <input class="content" <?php $this->checked($this->destination_options, 'videos'); ?> |
|
| 182 | type="checkbox" name="content[]" |
|
| 183 | value="videos"/> <?php _e('Videos', 'wetu-importer'); ?></li> |
|
| 184 | <?php } ?> |
|