Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5439
Line 11... Line 11...
11
	
11
	
12
		jQuery('.wpsg_mod_ordercondition_edit_name').each(function() {
12
		jQuery('.wpsg_mod_ordercondition_edit_name').each(function() {
13
	
13
	
14
			var oc_id = jQuery(this).attr("id").replace(/wpsg_mod_ordercondition_name_/, '');
14
			var oc_id = jQuery(this).attr("id").replace(/wpsg_mod_ordercondition_name_/, '');
15
			
15
			
16
			jQuery(this).editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordercondition&do=inlinedit&noheader=1', {
16
			jQuery(this).wspg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordercondition&do=inlinedit&noheader=1', {
17
				submitdata: { 
17
				submitdata: { 
18
		    		field: 'name',
18
		    		field: 'name',
19
		    		oc_id: oc_id
19
		    		oc_id: oc_id
20
				}, 					
20
				}, 					
21
				submit: '<?php echo __('Speichern', 'wpsg'); ?>',
21
				submit: '<?php echo __('Speichern', 'wpsg'); ?>',