Subversion Repositories wpShopGermany4

Rev

Rev 7490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7490 Rev 7561
Line 128... Line 128...
128
	/**
128
	/**
129
	 * Sendet eine eMail
129
	 * Sendet eine eMail
130
	 */
130
	 */
131
	function wpsg_sendMail(oid)
131
	function wpsg_sendMail(oid)
132
	{
132
	{
-
 
133
		
133
		jQuery('#wpsg_produkte_table').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
134
		jQuery('#wpsg_produkte_table').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
134
 
135
 
135
		jQuery.ajax( {
136
		jQuery.ajax( {
136
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=sendMail&do=send&edit_id=' + oid + '&noheader=1',
137
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=sendMail&do=send&edit_id=' + oid + '&noheader=1',
137
			success: function(data) {
138
			success: function(data) {