/admin/versandzonen_list.phtml |
---|
83,7 → 83,11 |
var checked = "0"; if (jQuery(this).prop("checked")) checked = "1"; |
jQuery.ajax( { |
url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=inlinedit&noheader=1', |
url: '<?php |
echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=inlinedit&noheader=1', 'wpsg-admin-versandzonen-inline_edit-'.$vz['id'])); |
?>', |
data: { |
field: 'innereu', |
vz_id: jQuery(this).attr("id").substr(8), |