Line 21... |
Line 21... |
21 |
|
21 |
|
22 |
<br />
|
22 |
<br />
|
23 |
|
23 |
|
24 |
<?php echo wpsg_drawForm_Input('wpsg_mod_crefopay_frameheight', __('Höhe des IFrames in px', 'wpsg'), $this->get_option('wpsg_mod_crefopay_frameheight'), array('help' => 'wpsg_mod_crefopay_frameheight')); ?>
|
24 |
<?php echo wpsg_drawForm_Input('wpsg_mod_crefopay_frameheight', __('Höhe des IFrames in px', 'wpsg'), $this->get_option('wpsg_mod_crefopay_frameheight'), array('help' => 'wpsg_mod_crefopay_frameheight')); ?>
|
25 |
|
25 |
|
26 |
<div class="wpsg_form_field ">
|
- |
|
27 |
<div class="wpsg_form_left">
|
- |
|
28 |
<label for=""><?php echo __('MNS Statuswechsel', 'wpsg'); ?>:</label>
|
26 |
<?php echo wpsg_drawForm_Link('wpsg_mod_crefopay_link', __('MNS Statuswechsel', 'wpsg'),
|
29 |
</div>
|
- |
|
30 |
<div class="wpsg_form_right">
|
- |
|
31 |
<a href="#" class="wpsg_mod_crefopay_switchstatemapping" onclick="return wpsg_mod_crefopay_mnsstatemapping();"><?php echo __('Bearbeiten', 'wpsg'); ?></a>
|
27 |
__('Bearbeiten', 'wpsg'), array('class' => 'wpsg_mod_crefopay_switchstatemapping')); ?>
|
32 |
</div>
|
- |
|
33 |
<div class="wpsg_clear"></div>
|
- |
|
34 |
</div>
|
28 |
|
35 |
<div class="wpsg_mod_crefopay_mnsstatemapping">
|
29 |
<div class="wpsg_mod_crefopay_mnsstatemapping">
|
36 |
<?php foreach ($this->view['transactionMapping'] as $crefopay_status => $wpsg_status) { ?>
|
30 |
<?php foreach ($this->view['transactionMapping'] as $crefopay_status => $wpsg_status) { ?>
|
37 |
<?php echo wpsg_drawForm_Select('wpsg_mod_crefopay_statemapping_'.$crefopay_status, __($wpsg_status[1], 'wpsg'), wpsg_array_merge(array('-1' => __('Kein Wechsel', 'wpsg')), $this->arStatus), $this->get_option('wpsg_mod_crefopay_statemapping_'.$crefopay_status)); ?>
|
31 |
<?php echo wpsg_drawForm_Select('wpsg_mod_crefopay_statemapping_'.$crefopay_status, __($wpsg_status[1], 'wpsg'), wpsg_array_merge(array('-1' => __('Kein Wechsel', 'wpsg')), $this->arStatus), $this->get_option('wpsg_mod_crefopay_statemapping_'.$crefopay_status)); ?>
|
38 |
<?php } ?>
|
32 |
<?php } ?>
|
39 |
<br />
|
33 |
<br />
|