Subversion Repositories wpShopGermany4

Rev

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

Rev 5532 Rev 5562
Line 16... Line 16...
16
			
16
			
17
</div>
17
</div>
18
 
18
 
19
 
19
 
20
<div class="wpsg_admin_content form-horizontal">
20
<div class="wpsg_admin_content form-horizontal">
21
	<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo wpsg_hspc(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=extended&noheader=1'); ?>">
21
	<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo wpsg_hspc(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=emailconf&noheader=1'); ?>">
22
	
22
	
23
		<?php echo wpsg_drawForm_AdminboxStart('Allgemeine Einstellungen', 'wpsg'); ?>
23
		<?php echo wpsg_drawForm_AdminboxStart('Allgemeine Einstellungen', 'wpsg'); ?>
24
		<?php echo wpsg_drawForm_Checkbox('wpsg_htmlmail', __('HTML Mails versenden', 'wpsg'), $this->get_option('wpsg_htmlmail')); ?>
24
		<?php echo wpsg_drawForm_Checkbox('wpsg_htmlmail', __('HTML Mails versenden', 'wpsg'), $this->get_option('wpsg_htmlmail')); ?>
25
		<?php echo wpsg_drawForm_AdminboxEnd(); ?>
25
		<?php echo wpsg_drawForm_AdminboxEnd(); ?>
26
		
26
		
Line 82... Line 82...
82
 
82
 
83
			jQuery(this).next().toggle(); 
83
			jQuery(this).next().toggle(); 
84
			
84
			
85
			wpsg_mail_save_cookie();
85
			wpsg_mail_save_cookie();
86
			
86
			
87
		} ).disableSelection().next().hide();
87
		} ).css( { 'cursor': 'pointer' } ).disableSelection().next().hide();
88
 
88
 
89
		if (jQuery.cookie('wpsg_mail') != null)
89
		if (jQuery.cookie('wpsg_mail') != null)
90
		{
90
		{
91
 
91
 
92
			var arOpen = jQuery.cookie('wpsg_mail').split(',');
92
			var arOpen = jQuery.cookie('wpsg_mail').split(',');