Changeset 2739420
- Timestamp:
- 06/08/2022 05:58:33 PM (4 years ago)
- Location:
- vab-forms-with-chart
- Files:
-
- 4 edited
-
tags/1.1.9/includes/SHORTCODE.php (modified) (1 diff)
-
tags/1.1.9/includes/js/admin/vabfwc-add-gutenberg.js (modified) (1 diff)
-
trunk/includes/SHORTCODE.php (modified) (1 diff)
-
trunk/includes/js/admin/vabfwc-add-gutenberg.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vab-forms-with-chart/tags/1.1.9/includes/SHORTCODE.php
r2738778 r2739420 542 542 if ( !empty($VABFWC_USER_SEND_MAIL) ) { 543 543 $headers .= "Cc: " . $VABFWC_USER_SEND_MAIL . " <" . $VABFWC_USER_SEND_MAIL . ">\r\n"; 544 } 544 } 545 545 $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n"; 546 546 $headers .= "X-WPVABFWC-Content-Type: text/html\n"; -
vab-forms-with-chart/tags/1.1.9/includes/js/admin/vabfwc-add-gutenberg.js
r2738778 r2739420 160 160 el( 'div', { className: props.className }, 161 161 el( 'div', { className: 'swap-add-vabfwc-form' }, 162 el( 'div', { className: 'heading-add-vabfwc-form' }, 'Forms with chart from VAB'),162 el( 'div', { className: 'heading-add-vabfwc-form' }, vabfwc_local.chartsshort ), 163 163 el( 'div', { className: 'block-add-vabfwc-form name-vabfwc-form' }, 164 164 el( 'div', { className: 'text-add-vabfwc-form' }, vabfwc_local.selectform ), -
vab-forms-with-chart/trunk/includes/SHORTCODE.php
r2738778 r2739420 542 542 if ( !empty($VABFWC_USER_SEND_MAIL) ) { 543 543 $headers .= "Cc: " . $VABFWC_USER_SEND_MAIL . " <" . $VABFWC_USER_SEND_MAIL . ">\r\n"; 544 } 544 } 545 545 $headers .= "Content-Type:text/html; charset=\"utf-8\"\r\n"; 546 546 $headers .= "X-WPVABFWC-Content-Type: text/html\n"; -
vab-forms-with-chart/trunk/includes/js/admin/vabfwc-add-gutenberg.js
r2738778 r2739420 160 160 el( 'div', { className: props.className }, 161 161 el( 'div', { className: 'swap-add-vabfwc-form' }, 162 el( 'div', { className: 'heading-add-vabfwc-form' }, 'Forms with chart from VAB'),162 el( 'div', { className: 'heading-add-vabfwc-form' }, vabfwc_local.chartsshort ), 163 163 el( 'div', { className: 'block-add-vabfwc-form name-vabfwc-form' }, 164 164 el( 'div', { className: 'text-add-vabfwc-form' }, vabfwc_local.selectform ),
Note: See TracChangeset
for help on using the changeset viewer.