Line 16... |
Line 16... |
16 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showProductindex_grundpreis', __('Grundpreis auf Produktübersichtsseiten anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis'), array('help' => 'wpsg_mod_fuellmenge_showProductindex_grundpreis')); ?>
|
16 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showProductindex_grundpreis', __('Grundpreis auf Produktübersichtsseiten anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showProductindex_grundpreis'), array('help' => 'wpsg_mod_fuellmenge_showProductindex_grundpreis')); ?>
|
17 |
<?php } ?>
|
17 |
<?php } ?>
|
18 |
|
18 |
|
19 |
<br />
|
19 |
<br />
|
20 |
|
20 |
|
21 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showBasket', __('Gesamtfüllmenge im Warenkorbs anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showBasket'), array('help' => 'wpsg_mod_fuellmenge_showBasket')); ?>
|
- |
|
22 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showAjaxDialog', __('In der Warenkorb-Lightbox anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showAjaxDialog'), array('help' => 'wpsg_mod_fuellmenge_showAjaxDialog')); ?>
|
21 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showAjaxDialog', __('In der Warenkorb-Lightbox anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showAjaxDialog'), array('help' => 'wpsg_mod_fuellmenge_showAjaxDialog')); ?>
|
23 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showBasketProduct', __('Im Warenkorb im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showBasketProduct'), array('help' => 'wpsg_mod_fuellmenge_showBasketProduct')); ?>
|
22 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showBasketProduct', __('Im Warenkorb im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showBasketProduct'), array('help' => 'wpsg_mod_fuellmenge_showBasketProduct')); ?>
|
24 |
|
23 |
|
25 |
<br />
|
24 |
<br />
|
26 |
|
25 |
|
27 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showOverview', __('Gesamtfüllmenge in Zusammenfassung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showOverview'), array('help' => 'wpsg_mod_fuellmenge_showOverview')); ?>
|
- |
|
28 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showOverviewProduct', __('In Zusammenfassung im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showOverviewProduct'), array('help' => 'wpsg_mod_fuellmenge_showOverviewProduct')); ?>
|
26 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showOverviewProduct', __('In Zusammenfassung im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showOverviewProduct'), array('help' => 'wpsg_mod_fuellmenge_showOverviewProduct')); ?>
|
29 |
|
27 |
|
30 |
<br />
|
28 |
<br />
|
31 |
|
29 |
|
32 |
<?php if ($this->hasMod('wpsg_mod_request')) { ?>
|
30 |
<?php if ($this->hasMod('wpsg_mod_request')) { ?>
|
33 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showRequestPage', __('Gesamtfüllmenge der vollständigen Anfrage auf Anfrageseite anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showRequestPage'), array('help' => 'wpsg_mod_fuellmenge_showRequestPage')); ?>
|
- |
|
34 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showRequestPageProduct', __('Auf Anfrageseite im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showRequestPageProduct'), array('help' => 'wpsg_mod_fuellmenge_showRequestPageProduct')); ?>
|
31 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_fuellmenge_showRequestPageProduct', __('Auf Anfrageseite im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_fuellmenge_showRequestPageProduct'), array('help' => 'wpsg_mod_fuellmenge_showRequestPageProduct')); ?>
|
35 |
<?php } ?>
|
32 |
<?php } ?>
|
36 |
|
33 |
|