Subversion Repositories wpShopGermany4

Rev

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

Rev 8322 Rev 8323
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
	/**
3
	/**
4
	 * Tempalte für die Einstellungen des Trusted Shops Moduls
4
	 * Template für die Einstellungen des Trusted Shops Moduls
5
	 */
5
	 */
6
	
6
	
7
?>
7
?>
8
 
8
 
9
<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_shopid', __('Shop-ID', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_shopid')); ?>
9
<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_shopid', __('Shop-ID', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_shopid')); ?>
Line 14... Line 14...
14
</div>
14
</div>
15
 
15
 
16
<br />
16
<br />
17
 
17
 
18
<div class="wpsg_mod_protectedshops">
18
<div class="wpsg_mod_protectedshops">
-
 
19
 
19
	<div class="wpsg_admin_box" id="wpsg_tab">	
20
	<div class="wpsg_admin_box" id="wpsg_tab">	
20
 
21
 
21
    <ul class="nav nav-tabs" role="tablist">
22
    <ul class="nav nav-tabs" role="tablist">
22
        <li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Trusted Shops Widget', 'wpsg'); ?></a></li>
23
        <li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Trusted Shops Widget', 'wpsg'); ?></a></li>
23
        <li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Bestellabschluss', 'wpsg'); ?></a></li>
24
        <li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Bestellabschluss', 'wpsg'); ?></a></li>
24
        <li role="presentation"><a href="#tab3" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Bewertungslinks', 'wpsg'); ?></a></li>
25
        <li role="presentation"><a href="#tab3" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Bewertungslinks', 'wpsg'); ?></a></li>
25
        <li role="presentation"><a href="#tab4" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Review Collector', 'wpsg'); ?></a></li>
26
        <li role="presentation"><a href="#tab4" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Review Collector', 'wpsg'); ?></a></li>
26
    </ul>
27
    </ul>
-
 
28
 
27
	<div class="tab-content">
29
	<div class="tab-content">
-
 
30
 
28
		<div id="tab1" role="tabpanel" class="tab-pane active" >
31
		<div id="tab1" role="tabpanel" class="tab-pane active" >
29
	
32
	
30
			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_trustedshops_siegelcache', __('Bewertungsbild zwischenspeichern (empfohlen)', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_siegelcache'), array('help' => 'wpsg_mod_trustedshops_siegelcache')); ?>
33
			<?php echo wpsg_drawForm_Checkbox('wpsg_mod_trustedshops_siegelcache', __('Bewertungsbild zwischenspeichern (empfohlen)', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_siegelcache'), array('help' => 'wpsg_mod_trustedshops_siegelcache')); ?>
31
			<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_siegeltitle', __('Titel des Bewertungsbildes', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_siegeltitle'), array('help' => 'wpsg_mod_trustedshops_siegeltitle')); ?>
34
			<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_siegeltitle', __('Titel des Bewertungsbildes', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_siegeltitle'), array('help' => 'wpsg_mod_trustedshops_siegeltitle')); ?>
32
					
35
					
Line 65... Line 68...
65
				<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_customermailtitle', __('Text des Links', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_customermailtitle'), array('help' => 'wpsg_mod_trustedshops_customermailtitle')); ?>
68
				<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_customermailtitle', __('Text des Links', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_customermailtitle'), array('help' => 'wpsg_mod_trustedshops_customermailtitle')); ?>
66
				
69
				
67
				<br />
70
				<br />
68
				
71
				
69
				<?php if ($this->hasMod('wpsg_mod_rechnungen')) { ?>
72
				<?php if ($this->hasMod('wpsg_mod_rechnungen')) { ?>
70
					
-
 
71
					<br />
-
 
72
					<?php echo wpsg_drawForm_Select('wpsg_mod_trustedshops_invoicemail', __('Link zur Bewertung in Rechnungsmail', 'wpsg'), array(
73
					<?php echo wpsg_drawForm_Select('wpsg_mod_trustedshops_invoicemail', __('Link zur Bewertung in Rechnungsmail', 'wpsg'), array(
73
						'0' => __('Nicht anzeigen', 'wpsg'),
74
						'0' => __('Nicht anzeigen', 'wpsg'),
74
						'1' => __('Immer anzeigen', 'wpsg'),
75
						'1' => __('Immer anzeigen', 'wpsg'),
75
						'2' => __('Nur anzeigen, wenn Kunde bewerten möchte', 'wpsg')
76
						'2' => __('Nur anzeigen, wenn Kunde bewerten möchte', 'wpsg')
76
					), $this->get_option('wpsg_mod_trustedshops_invoicemail'), array('help' => 'wpsg_mod_trustedshops_invoicemail')); ?>
77
					), $this->get_option('wpsg_mod_trustedshops_invoicemail'), array('help' => 'wpsg_mod_trustedshops_invoicemail')); ?>
77
					<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_invoicemailtitle', __('Text des Links', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_invoicemailtitle'), array('help' => 'wpsg_mod_trustedshops_invoicemailtitle')); ?>
78
					<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_invoicemailtitle', __('Text des Links', 'wpsg'), $this->get_option('wpsg_mod_trustedshops_invoicemailtitle'), array('help' => 'wpsg_mod_trustedshops_invoicemailtitle')); ?>
78
					
-
 
79
				<?php } ?>
79
				<?php } ?>
80
						
80
						
81
		</div>
81
		</div>
82
			
82
			
83
		<div id="tab4" role="tabpanel" class="tab-pane" >
83
		<div id="tab4" role="tabpanel" class="tab-pane" >
Line 127... Line 127...
127
			<br />
127
			<br />
128
			
128
			
129
			<a href="https://www.trustedshops.com/tsb2b/sa/ratings/batchRatingRequest.seam"><?php echo __('Trusted Shops Review Collector', 'wpsg'); ?></a>				
129
			<a href="https://www.trustedshops.com/tsb2b/sa/ratings/batchRatingRequest.seam"><?php echo __('Trusted Shops Review Collector', 'wpsg'); ?></a>				
130
			
130
			
131
		</div>
131
		</div>
132
			
132
 
133
	</div>
133
	</div>
-
 
134
 
134
</div>
135
</div>
135
 
136
 
136
<script type="text/javascript">/* <![CDATA[ */
137
<script type="text/javascript">/* <![CDATA[ */
137
 
138
 
138
	jQuery(document).ready(function() {
139
	jQuery(document).ready(function() {