Subversion Repositories wpShopGermany4

Rev

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

Rev 5934 Rev 5945
Line 61... Line 61...
61
						jQuery('#productvariants_type_<?php echo $var['id']; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_productvariants&subaction=admin_inlineEdit&noheader=1', { 
61
						jQuery('#productvariants_type_<?php echo $var['id']; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_productvariants&subaction=admin_inlineEdit&noheader=1', { 
62
							submitdata: {
62
							submitdata: {
63
								field: 'type',
63
								field: 'type',
64
								field_id: '<?php echo $var['id']; ?>'
64
								field_id: '<?php echo $var['id']; ?>'
65
							},
65
							},
66
							data: '<?php echo json_encode(wpsg_mod_productvariants::$arTypeLabel); ?>',
66
							data: <?php echo wpsg_prepare_for_inlineEdit(wpsg_mod_productvariants::$arTypeLabel); ?>,
67
							type: 'select'							
67
							type: 'select'							
68
						});	
68
						});	
69
						
69
						
70
						<?php } ?>		
70
						<?php } ?>		
71
		
71