Subversion Repositories wpShopGermany4

Rev

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

Rev 5691 Rev 7759
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template für die Einstellungen des Bestellvariablen Moduls
4
	 * Template für die Einstellungen des Bestellvariablen Moduls
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<script type="text/javascript">
-
 
9
/* <![CDATA[ */
8
<script>
10
 
9
 
11
    /**
10
    /**
12
     * Wird beim anlegen einer neuen Bestellvariable aufgerufen
11
     * Wird beim anlegen einer neuen Bestellvariable aufgerufen
13
     */
12
     */
14
	function wpsg_addOV()
13
	function wpsg_addOV() {
15
	{
-
 
16
 
14
 
17
		jQuery('#wpsg_ov_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
15
		jQuery('#wpsg_ov_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
18
		
16
		
19
		jQuery.ajax( {
17
		jQuery.ajax( {
20
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordervars&noheader=1&do=add',
18
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordervars&noheader=1&do=add',
Line 24... Line 22...
24
		} );
22
		} );
25
		
23
		
26
		return false;
24
		return false;
27
		
25
		
28
	} // function wpsg_addOV()
26
	} // function wpsg_addOV()
29
            
27
 
30
/* ]]> */
-
 
31
</script>
28
</script>
32
 
29
 
33
<div class="content" id="wpsg_ov_list"><?php echo $this->mod->ov_list(); ?></div>
30
<div class="content" id="wpsg_ov_list"><?php echo $this->mod->ov_list(); ?></div>
34
 
31
 
35
<br />
32
<br />