Subversion Repositories wpShopGermany4

Rev

Rev 7841 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7841 Rev 8279
Line 208... Line 208...
208
		// jQuery(this).sortable('toArray')
208
		// jQuery(this).sortable('toArray')
209
		// jQuery('.wpsg_mod_productvariants_table_variants tbody').sortable(
209
		// jQuery('.wpsg_mod_productvariants_table_variants tbody').sortable(
210
 
210
 
211
	}
211
	}
212
	
212
	
213
	function wpsg_mod_productvariants_back()
213
	function wpsg_mod_productvariants_back() {
214
	{
-
 
215
 
214
 
216
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
215
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
217
 
216
 
218
		jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', true);
217
		jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', true);
219
		jQuery('#wpsg_mod_productvariants_dialog .modal-body').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
218
		jQuery('#wpsg_mod_productvariants_dialog .modal-body').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
Line 232... Line 231...
232
				jQuery('.wpsg_mod_productvariants_variants_vari').hide();
231
				jQuery('.wpsg_mod_productvariants_variants_vari').hide();
233
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false);
232
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false);
234
 
233
 
235
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
234
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
236
 
235
 
-
 
236
				if (window.wpsg_mod_productvariants) window.wpsg_mod_productvariants.updateCombinationData();
-
 
237
				
237
			}
238
			}
238
    	} );
239
		} );
239
 
240
 
240
		return false;
241
		return false;
241
 
242
 
242
	} // function wpsg_mod_productvariants_back()
243
	} // function wpsg_mod_productvariants_back()
243
 
244
 
244
	function wpsg_mod_productvariants_show(product_id)
245
	function wpsg_mod_productvariants_show(product_id) {
245
	{
-
 
246
 
246
 
247
		jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', true);
247
		jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', true);
248
		jQuery('#wpsg_mod_productvariants_dialog .modal-body').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
248
		jQuery('#wpsg_mod_productvariants_dialog .modal-body').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
249
		 
249
		 
250
		jQuery.ajax( {
250
		jQuery.ajax( {
251
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_productvariants&noheader=1',
251
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_productvariants&noheader=1',
Line 259... Line 259...
259
				jQuery('.wpsg_mod_productvariants_variants_vari').hide();
259
				jQuery('.wpsg_mod_productvariants_variants_vari').hide();
260
				
260
				
261
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
261
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
262
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
262
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
263
 
263
 
-
 
264
				if (window.wpsg_mod_productvariants) window.wpsg_mod_productvariants.updateCombinationData();
-
 
265
				
264
			}
266
			}
265
    	} ); 
267
		} );
266
		 
268
		
267
		return false;
269
		return false;
268
		
270
		
269
	} // function wpsg_mod_productvariants_show()
-
 
-
 
271
	}
270
 
272
 
271
</script>
273
</script>
272
274