Subversion Repositories wpShopGermany4

Rev

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

Rev 6306 Rev 7560
Line 29... Line 29...
29
	
29
	
30
	<?php echo wpsg_drawForm_AdminboxEnd(); ?>
30
	<?php echo wpsg_drawForm_AdminboxEnd(); ?>
31
	
31
	
32
</div>
32
</div>
33
 
33
 
34
<script type="text/javascript">/* <![CDATA[ */
34
<script>
35
 
35
 
36
	/**
36
	/**
37
	 * Wird aufgerufen um einen neuen Satz hinzu zufügen und die Liste neu zu laden.
37
	 * Wird aufgerufen um einen neuen Satz hinzu zufügen und die Liste neu zu laden.
38
	 */
38
	 */
39
	function wpsg_addVZ()
39
	function wpsg_addVZ()
40
	{
40
	{
41
 
41
 
42
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" /><br />');
42
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" /><br />');
43
		
43
		
44
		jQuery.ajax( {
44
		jQuery.ajax( {
-
 
45
			url: '<?php 
-
 
46
				
45
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=add&noheader=1',
47
				echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=add&noheader=1', 'wpsg-admin-versandzonen-add'));
-
 
48
				
-
 
49
			?>',
46
			success: function(data) {
50
			success: function(data) {
47
				jQuery('#wpsg_vz_list').html(data);
51
				jQuery('#wpsg_vz_list').html(data);
48
			}
52
			}
49
		} );
53
		} );
50
 
54
 
Line 61... Line 65...
61
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass Sie diese Versandzone löschen möchten?', 'wpsg'); ?>')) return false;
65
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass Sie diese Versandzone löschen möchten?', 'wpsg'); ?>')) return false;
62
 
66
 
63
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" /><br />');
67
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" /><br />');
64
		
68
		
65
		jQuery.ajax( {
69
		jQuery.ajax( {
-
 
70
			url: '<?php 
-
 
71
				
66
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=remove&noheader=1',
72
				echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=remove&noheader=1', 'wpsg-admin-versandzonen-delete'));
-
 
73
				
-
 
74
			?>',
67
			data: {
75
			data: {
68
				vz_id: vz_id
76
				vz_id: vz_id
69
			},
77
			},
70
			success: function(data) {
78
			success: function(data) {
71
				jQuery('#wpsg_vz_list').html(data);
79
				jQuery('#wpsg_vz_list').html(data);
Line 74... Line 82...
74
 
82
 
75
		return false;
83
		return false;
76
		
84
		
77
	} // function wpsg_removeVZ(vz_id)
85
	} // function wpsg_removeVZ(vz_id)
78
 
86
 
79
	function wpsg_editPLZ(vz_id)
87
	function wpsg_editPLZ(vz_id) {
80
	{
88
		
81
		jQuery('#vz_' + vz_id + '_plz').attr('style', 'display:display');
89
		jQuery('#vz_' + vz_id + '_plz').attr('style', 'display:display');
82
 
90
 
83
		return false;
91
		return false;
84
	}
92
	}
85
 
93
 
86
	function wpsg_savePLZ(vz_id)
94
	function wpsg_savePLZ(vz_id) {
87
	{
-
 
88
	
95
	
89
		jQuery.ajax( {
96
		jQuery.ajax( {
-
 
97
			url: '<?php 
-
 
98
				
90
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=save_plz&noheader=1',
99
				echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=save_plz&noheader=1', 'wpsg-admin-versandzonen-save_plz'));
-
 
100
				
-
 
101
			?>',
91
			data: {
102
			data: {
92
				vz_id: vz_id,
103
				vz_id: vz_id,
93
				textarea: jQuery('#vz_' + vz_id + '_plz textarea').val()
104
				textarea: jQuery('#vz_' + vz_id + '_plz textarea').val()
94
			},
105
			},
95
			success: function(data) {
106
			success: function(data) {
Line 99... Line 110...
99
 
110
 
100
		return false;
111
		return false;
101
		
112
		
102
	}
113
	}
103
 
114
 
104
	function wpsg_loadStandard()
115
	function wpsg_loadStandard() {
105
	{
-
 
106
 
116
 
107
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass sie die Standard Versandzonen und Länder laden möchten? Die alten Versandzonen und Länder gehen verloren.', 'wpsg'); ?>')) return false;
117
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass sie die Standard Versandzonen und Länder laden möchten? Die alten Versandzonen und Länder gehen verloren.', 'wpsg'); ?>')) return false;
108
		
118
		
109
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
119
		jQuery('#wpsg_vz_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
110
 
120
 
111
		jQuery.ajax( {
121
		jQuery.ajax( {
-
 
122
			url: '<?php 
-
 
123
				
112
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=loadStandard&noheader=1',
124
				echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=loadStandard&noheader=1', 'wpsg-admin-versandzonen-loadStandard'));
-
 
125
			
-
 
126
			?>',
113
			success: function(data) {
127
			success: function(data) {
114
				jQuery('#wpsg_vz_list').html(data);
128
				jQuery('#wpsg_vz_list').html(data);
115
			}
129
			}
116
		} );
130
		} );
117
		
131
		
118
		return false;
132
		return false;
119
		
133
		
120
	} // function wpsg_loadStandard()
134
	} // function wpsg_loadStandard()
121
	
135
	
122
/* ]]> */</script>
-
 
123
136
</script>
-
 
137
124
138