Subversion Repositories wpShopGermany4

Rev

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

Rev 7193 Rev 7329
Line 26... Line 26...
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>
29
	<tr>
30
		<td><?php echo __('Betreff', 'wpsg'); ?>:</td>
30
		<td><?php echo __('Betreff', 'wpsg'); ?>:</td>
31
		<td><?php echo wpsg_translate(__('#1#', 'wpsg'), $this->view['mod_prepayment']['subject']); ?></td>
31
		<td style="text-align:right;"><?php echo wpsg_translate(__('#1#', 'wpsg'), $this->view['mod_prepayment']['subject']); ?></td>
32
	</tr>
32
	</tr>
33
 </table>
33
 </table>
34
34