|
@@ -1,7 +1,7 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<div class="uix-field-wrapper"> |
|
2
|
2
|
<ul class="ui-tab-nav"> |
|
3
|
|
- <li><a href="#ui-general" class="active"><?php esc_html_e( 'General','tour-operator' ); ?></a></li> |
|
4
|
|
- <li><a href="#ui-image-scaling"><?php esc_html_e( 'Image Settings','tour-operator' ); ?></a></li> |
|
|
3
|
+ <li><a href="#ui-general" class="active"><?php esc_html_e('General', 'tour-operator'); ?></a></li> |
|
|
4
|
+ <li><a href="#ui-image-scaling"><?php esc_html_e('Image Settings', 'tour-operator'); ?></a></li> |
|
5
|
5
|
</ul> |
|
6
|
6
|
|
|
7
|
7
|
<div id="ui-general" class="ui-tab active"> |
|
@@ -9,7 +9,7 @@ discard block |
|
|
block discarded – undo |
|
9
|
9
|
<tbody> |
|
10
|
10
|
<tr class="form-field"> |
|
11
|
11
|
<th scope="row"> |
|
12
|
|
- <label for="wetu_debug"><?php esc_html_e( 'Enable debug mode', 'wetu-importer' ); ?></label> |
|
|
12
|
+ <label for="wetu_debug"><?php esc_html_e('Enable debug mode', 'wetu-importer'); ?></label> |
|
13
|
13
|
</th> |
|
14
|
14
|
<td> |
|
15
|
15
|
<input type="checkbox" {{#if wetu_debug}} checked="checked" {{/if}} name="wetu_debug" /> |
Please login to merge, or discard this patch.