@@ -221,7 +221,7 @@ class="visualizer-select">
221
221
?>
222
222
</div>
223
223
224
- <input type="button" id="json-chart-button" class="button button-secondary "
224
+ <input type="button" id="json-chart-button" class="button button-secondary show-chart-toggle "
225
225
value="<?php echo $ bttn_label ; ?> " data-current="chart"
226
226
data-t-filter="<?php _e ( 'Show Chart ' , 'visualizer ' ); ?> "
227
227
data-t-chart="<?php echo $ bttn_label ; ?> ">
@@ -334,7 +334,7 @@ class="dashicons dashicons-lock"></span></h2>
334
334
?>
335
335
</select>
336
336
337
- <input type="button" id="filter-chart-button" class="button button-secondary" value="<?php echo $ bttn_label ; ?> " data-current="chart" data-t-filter="<?php _e ( 'Show Chart ' , 'visualizer ' ); ?> " data-t-chart="<?php echo $ bttn_label ; ?> ">
337
+ <input type="button" id="filter-chart-button" class="button button-secondary show-chart-toggle " value="<?php echo $ bttn_label ; ?> " data-current="chart" data-t-filter="<?php _e ( 'Show Chart ' , 'visualizer ' ); ?> " data-t-chart="<?php echo $ bttn_label ; ?> ">
338
338
<input type="button" id="db-filter-save-button" class="button button-primary" value="<?php _e ( 'Save Schedule ' , 'visualizer ' ); ?> ">
339
339
<?php echo apply_filters ( 'visualizer_pro_upsell ' , '' , 'db-query ' ); ?>
340
340
</form>
@@ -384,7 +384,7 @@ class="dashicons dashicons-lock"></span></h2>
384
384
</select>
385
385
<input type="hidden" name="params" id="viz-db-wizard-params">
386
386
387
- <input type="button" id="db-chart-button" class="button button-secondary" value="<?php echo $ bttn_label ; ?> " data-current="chart" data-t-filter="<?php _e ( 'Show Chart ' , 'visualizer ' ); ?> " data-t-chart="<?php echo $ bttn_label ; ?> ">
387
+ <input type="button" id="db-chart-button" class="button button-secondary show-chart-toggle " value="<?php echo $ bttn_label ; ?> " data-current="chart" data-t-filter="<?php _e ( 'Show Chart ' , 'visualizer ' ); ?> " data-t-chart="<?php echo $ bttn_label ; ?> ">
388
388
<input type="button" id="db-chart-save-button" class="button button-primary" value="<?php _e ( 'Save Schedule ' , 'visualizer ' ); ?> ">
389
389
<?php echo apply_filters ( 'visualizer_pro_upsell ' , '' , 'db-query ' ); ?>
390
390
</form>
0 commit comments