Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 7191
Line 21... Line 21...
21
	<tr>
21
	<tr>
22
		<td><?php echo __('Bank', 'wpsg'); ?>:</td>
22
		<td><?php echo __('Bank', 'wpsg'); ?>:</td>
23
		<td style="text-align:right;"><?php echo $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_bank')); ?></td>
23
		<td style="text-align:right;"><?php echo $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_bank')); ?></td>
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
 </table>
29
 </table>
30
30