Subversion Repositories wpShopGermany4

Rev

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

Rev 7191 Rev 7193
Line 24... Line 24...
24
	</tr>	
24
	</tr>	
25
	<tr>
25
	<tr>
26
		<td><?php echo __('BIC-/SWIFT-Code', 'wpsg'); ?>:</td>
26
		<td><?php echo __('BIC-/SWIFT-Code', 'wpsg'); ?>:</td>
27
		<td style="text-align:right;"><?php echo $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_swift')); ?></td>
27
		<td style="text-align:right;"><?php echo $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_swift')); ?></td>
28
	</tr> 
28
	</tr> 
-
 
29
	<tr>
-
 
30
		<td><?php echo __('Betreff', 'wpsg'); ?>:</td>
-
 
31
		<td><?php echo wpsg_translate(__('#1#', 'wpsg'), $this->view['mod_prepayment']['subject']); ?></td>
-
 
32
	</tr>
29
 </table>
33
 </table>
30
34