Subversion Repositories wpShopGermany4

Rev

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

Rev 5455 Rev 5532
Line 14... Line 14...
14
		<?php } ?>
14
		<?php } ?>
15
	</div> 
15
	</div> 
16
			
16
			
17
</div>
17
</div>
18
 
18
 
19
<div class="wpsg_admin_content">
-
 
20
	
-
 
21
	<h3>
-
 
22
		<?php echo __('E-Mail Konfiguration', 'wpsg'); ?>
-
 
23
		<a title="<?php echo __('Hilfeseite zur E-Mail Konfiguration', 'wpsg'); ?>" class="wpsg_form_help_notip" href="http://wpshopgermany.maennchen1.de/?p=3284" target="_blank"></a>
-
 
24
	</h3>
-
 
25
			
-
 
26
	<p><?php echo __('Hier können die Betreffs, Empfänger und BCC/CC der E-Mails konfiguriert werden.', 'wpsg')?></p>
-
 
27
		
-
 
28
	<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&amp;subaction=<?php echo $_REQUEST['subaction']; ?>">
-
 
29
 
19
 
-
 
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'); ?>">
-
 
22
	
-
 
23
		<?php echo wpsg_drawForm_AdminboxStart('Allgemeine Einstellungen', 'wpsg'); ?>
30
		<?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(); ?>
31
		
26
		
32
		<br />
-
 
33
	
-
 
34
		<div class="wpsg_admin_box">		
-
 
35
				  		 			
-
 
36
			<?php echo wpsg_drawEMailConfig(
27
		<?php echo wpsg_drawEMailConfig(
37
					'global', 
28
			'global', 
38
					__('Globale Vorgaben', 'wpsg'), 
29
			__('Globale Vorgaben', 'wpsg'), 
39
					__('Werden keine Angaben für die folgenden E-Mails gemacht, so gelten die globalen Angaben.', 'wpsg')); ?>
30
			__('Werden keine Angaben für die folgenden E-Mails gemacht, so gelten die globalen Angaben.', 'wpsg')); ?>
40
					
31
		 
41
			<?php echo wpsg_drawEMailConfig(
32
		<?php echo wpsg_drawEMailConfig(
42
					'adminmail', 
33
			'adminmail', 
43
					__('Bestellbestätigung (Admin)', 'wpsg'), 
34
			__('Bestellbestätigung (Admin)', 'wpsg'), 
44
					__('Diese Mail bekommt der Admin beim Eingang einer neuen Bestellung.', 'wpsg'), 
35
			__('Diese Mail bekommt der Admin beim Eingang einer neuen Bestellung.', 'wpsg'), 
45
					true); ?>
36
			true); ?>
46
				  		
37
			  		
47
			<?php echo wpsg_drawEMailConfig(
38
		<?php echo wpsg_drawEMailConfig(
48
					'kundenmail', 
39
			'kundenmail', 
49
					__('Bestellbestätigung (Kunde)', 'wpsg'), 
40
			__('Bestellbestätigung (Kunde)', 'wpsg'), 
50
					__('Diese Mail bekommt der Kunde nach Durchführung der Bestellung.', 'wpsg'),
41
			__('Diese Mail bekommt der Kunde nach Durchführung der Bestellung.', 'wpsg'),
51
					false,
42
			false,
52
					true); ?>
43
			true); ?>
53
			
-
 
54
			<?php echo wpsg_drawEMailConfig(
-
 
55
					'status', 
-
 
56
					__('Statusänderung (Kunde)', 'wpsg'), 
-
 
57
					__('Diese Mail bekommt der Kunde bei der Änderung des Bestellstatus.', 'wpsg')); ?>
-
 
58
							
-
 
59
			<?php $this->callMods('admin_emailconf'); ?>
-
 
60
								
-
 
61
		</div>
-
 
62
		
44
		
-
 
45
		<?php echo wpsg_drawEMailConfig(
-
 
46
			'status', 
-
 
47
			__('Statusänderung (Kunde)', 'wpsg'), 
-
 
48
			__('Diese Mail bekommt der Kunde bei der Änderung des Bestellstatus.', 'wpsg')); ?>
-
 
49
						
-
 
50
		<?php $this->callMods('admin_emailconf'); ?>
-
 
51
 
63
		<div class="wpsg_hinweis"><?php echo __('Klicken Sie auf die jeweilige Mail um die Einstellungen angezeigt zu bekommen bzw. zu ändern.', 'wpsg'); ?></div>
52
		<div class="wpsg_hinweis"><?php echo __('Klicken Sie auf die jeweilige Mail um die Einstellungen angezeigt zu bekommen bzw. zu ändern.', 'wpsg'); ?></div>
64
		
-
 
65
		<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
-
 
66
				
53
				
-
 
54
		<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
-
 
55
		
67
	</form>	
56
	</form>
68
</div>
57
</div>
69
 
58
 
70
<script type="text/javascript">/* <![CDATA[ */
59
<script type="text/javascript">/* <![CDATA[ */
71
 
60
 
72
	/**
61
	/**
Line 75... Line 64...
75
	function wpsg_mail_save_cookie()
64
	function wpsg_mail_save_cookie()
76
	{
65
	{
77
 
66
 
78
		var wpsg_mail_open = Array();
67
		var wpsg_mail_open = Array();
79
		
68
		
80
		jQuery('.wpsg_admin_box .wpsg_mail_content:visible').each(function() {
69
		jQuery('.wpsg_email_box .panel-body:visible').each(function() {
81
 
70
 
82
			wpsg_mail_open.push(jQuery(this).prev().attr("id"));
71
			wpsg_mail_open.push(jQuery(this).prev().attr("id"));
83
			
72
			
84
		} );
73
		} );
85
 
74
 
Line 87... Line 76...
87
		 
76
		 
88
	} // function wpsg_mail_save_cookie()
77
	} // function wpsg_mail_save_cookie()
89
 
78
 
90
	jQuery(document).ready(function() {
79
	jQuery(document).ready(function() {
91
 
80
 
92
		jQuery('.wpsg_admin_box .wpsg_mail_head').bind('click', function() {
81
		jQuery('.wpsg_email_box .panel-heading').bind('click', function() {
93
 
82
 
94
			jQuery(this).next().toggle();
83
			jQuery(this).next().toggle(); 
95
 
-
 
96
			if (!jQuery(this).next().is(":visible"))
-
 
97
			{				
-
 
98
				jQuery(this).css('border-bottom', '1px solid #AAAAAA');				
-
 
99
			}
-
 
100
			else
-
 
101
			{				
-
 
102
				jQuery(this).css('border-bottom', '0px');				
-
 
103
			}
-
 
104
 
84
			
105
			wpsg_mail_save_cookie();
85
			wpsg_mail_save_cookie();
106
			
86
			
107
		} );
-
 
108
 
-
 
109
		jQuery('.wpsg_admin_box .wpsg_mail_head').disableSelection();
87
		} ).disableSelection().next().hide();
110
 
88
 
111
		if (jQuery.cookie('wpsg_mail') != null)
89
		if (jQuery.cookie('wpsg_mail') != null)
112
		{
90
		{
113
 
91
 
114
			var arOpen = jQuery.cookie('wpsg_mail').split(',');
92
			var arOpen = jQuery.cookie('wpsg_mail').split(',');