Subversion Repositories wpShopGermany4

Rev

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

Rev 7065 Rev 7639
Line 18... Line 18...
18
	<?php 
18
	<?php 
19
 
19
 
20
        $temp = $this->view['wpsg_mod_packagetracking']['oOrder']->wpsg_mod_packagetracking_code;
20
        $temp = $this->view['wpsg_mod_packagetracking']['oOrder']->wpsg_mod_packagetracking_code;
21
		if (wpsg_isSizedString($temp)) {
21
		if (wpsg_isSizedString($temp)) {
22
			
22
			
23
			$link =	'<a href="';
23
			$link =	'<a target="_blank" href="';
24
			$link .= $this->callMod('wpsg_mod_packagetracking', 'getTrackingURL', array(&$_REQUEST['edit_id']));
24
			$link .= $this->callMod('wpsg_mod_packagetracking', 'getTrackingURL', array(&$_REQUEST['edit_id']));
25
			$link .= '">';
25
			$link .= '">';
26
			$link .= __('Paketverfolgung', 'wpsg');
26
			$link .= __('Paketverfolgung', 'wpsg');
27
			$link .= '</a>';
27
			$link .= '</a>';
28
		
28