Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 6683
Line 2... Line 2...
2
 
2
 
3
	/**
3
	/**
4
	 * Template für die Trusted Shops Integration in die Bestellverwaltung
4
	 * Template für die Trusted Shops Integration in die Bestellverwaltung
5
	 */
5
	 */
6
 
6
 
7
?> 
-
 
8
<div class="postbox" id="wpsg_trustedshops">
-
 
9
	<h3 class="wpsg_handlediv">
-
 
10
		<span title="<?php echo __('Zum Ein/Ausklappen hier klicken', 'wpsg'); ?>" class="handlediv"><br /></span>
-
 
11
		<span><?php echo __('Trusted Shops', 'wpsg'); ?></span>
-
 
12
	</h3> 
-
 
13
	<div class="inside">
-
 
14
		
-
 
15
		<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_set', __('Einwilligung', 'wpsg'), (($this->view['data']['wpsg_mod_trustedshops_set'] == '1')?__('Ja', 'wpsg'):__('Nein', 'wpsg')), array('text' => true, 'help' => 'wpsg_mod_trustedshops_set')); ?>
-
 
16
		
-
 
17
		<div class="wpsg_form_field">
-
 
18
			<div class="wpsg_form_left">
-
 
19
				
-
 
20
			</div>
-
 
21
			<div class="wpsg_form_right">
-
 
22
				<a onclick="if (!confirm('<?php echo __('Der Kunde erhält eine Mail mit einem Link zur Bewertung der Bestellung. Sind Sie sich sicher?', 'wpsg'); ?>')) return false;" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&noheader=1&action=ajax&mod=wpsg_mod_trustedshops&edit_id=<?php echo $this->view['data']['id']; ?>&do=mail"><?php echo __('E-Mail mit Bewertungslink senden', 'wpsg'); ?></a>										
-
 
23
			</div>
-
 
24
		</div>
-
 
25
		<div class="wpsg_clear"></div>
-
 
26
		
-
 
27
	</div>
-
 
28
</div>
-
 
29
7
?>
-
 
8
 
-
 
9
<?php echo wpsg_drawForm_AdminboxStart(__('Trusted Shps', 'wpsg')); ?>
-
 
10
 
-
 
11
	<?php echo wpsg_drawForm_Input('wpsg_mod_trustedshops_set', __('Einwilligung', 'wpsg'), (($this->view['data']['wpsg_mod_trustedshops_set'] == '1')?__('Ja', 'wpsg'):__('Nein', 'wpsg')), array('text' => true, 'help' => 'wpsg_mod_trustedshops_set')); ?>
-
 
12
 
-
 
13
	<br />
-
 
14
 
-
 
15
	<a onclick="if (!confirm('<?php echo __('Der Kunde erhält eine Mail mit einem Link zur Bewertung der Bestellung. Sind Sie sich sicher?', 'wpsg'); ?>')) return false;" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&noheader=1&action=ajax&mod=wpsg_mod_trustedshops&edit_id=<?php echo $this->view['data']['id']; ?>&do=mail"><?php echo __('E-Mail mit Bewertungslink senden', 'wpsg'); ?></a>
-
 
16
 
-
 
17
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
-
 
18
30
19