1435 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
3997 |
thomas |
4 |
* Template für die erweiterten Angaben der Billsafe Zahlungsart in der Rechnungsansicht
|
3998 |
thomas |
5 |
* sollten normalerweise nicht verändert werden
|
1435 |
daniel |
6 |
*/
|
|
|
7 |
|
|
|
8 |
?>
|
|
|
9 |
<div id="wpsg_billsafe" class="postbox">
|
|
|
10 |
<h3 class="wpsg_handlediv">
|
|
|
11 |
<span class="handlediv" title="<?php echo __('Zum Ein/Ausklappen hier klicken', 'wpsg'); ?>"><br></span>
|
|
|
12 |
<span><?php echo __('Billsafe', 'wpsg'); ?></span>
|
|
|
13 |
</h3>
|
1483 |
daniel |
14 |
<div class="inside">
|
1435 |
daniel |
15 |
<?php echo wpsg_drawForm_Input('', __('Transaction ID', 'wpsg'), $this->view['wpsg_mod_billsafe']['data']['mod_billsafe_transaction_id'], array('text' => true)); ?>
|
|
|
16 |
<?php if (wpsg_isSizedString($this->view['wpsg_mod_billsafe']['rechnung_url'])) { ?>
|
|
|
17 |
<div class="wpsg_form_field">
|
|
|
18 |
<div class="wpsg_form_left">
|
|
|
19 |
<label for=""><?php echo __('Rechnung', 'wpsg'); ?>:</label>
|
|
|
20 |
</div>
|
|
|
21 |
<div class="wpsg_form_right">
|
|
|
22 |
<p class="" id="">
|
|
|
23 |
<a href="<?php echo $this->view['wpsg_mod_billsafe']['rechnung_url']; ?>"><?php echo __('Download', 'wpsg'); ?></a>
|
|
|
24 |
</p>
|
|
|
25 |
</div>
|
|
|
26 |
<div class="wpsg_clear"></div>
|
|
|
27 |
</div>
|
|
|
28 |
<?php } ?>
|
|
|
29 |
</div>
|
|
|
30 |
</div>
|