Line 15... |
Line 15... |
15 |
<br />
|
15 |
<br />
|
16 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverview', __('Gesamtgewicht in Zusammenfassung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverview'), array('help' => 'wpsg_mod_weight_showOverview')); ?>
|
16 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverview', __('Gesamtgewicht in Zusammenfassung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverview'), array('help' => 'wpsg_mod_weight_showOverview')); ?>
|
17 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverviewProduct', __('In Zusammenfassung im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverviewProduct'), array('help' => 'wpsg_mod_weight_showOverviewProduct')); ?>
|
17 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showOverviewProduct', __('In Zusammenfassung im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showOverviewProduct'), array('help' => 'wpsg_mod_weight_showOverviewProduct')); ?>
|
18 |
<br />
|
18 |
<br />
|
19 |
<?php if ($this->hasMod('wpsg_mod_productindex')) { ?>
|
19 |
<?php if ($this->hasMod('wpsg_mod_productindex')) { ?>
|
20 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showProductindex', __('Auf Produktübersichtsseiten anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showProductindex'), array('help' => 'wpsg_mod_weight_showProductindex')); ?>
|
20 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showProductindex', __('Auf Produktübersichtsseiten (Frontend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showProductindex'), array('help' => 'wpsg_mod_weight_showProductindex')); ?>
|
21 |
<?php } ?>
|
21 |
<?php } ?>
|
- |
|
22 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showProductindexBackend', __('In Produktübersicht (Backend) anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showProductindexBackend'), array('help' => 'wpsg_mod_weight_showProductindexBackend')); ?>
|
22 |
<br />
|
23 |
<br />
|
23 |
<?php if ($this->hasMod('wpsg_mod_request')) { ?>
|
24 |
<?php if ($this->hasMod('wpsg_mod_request')) { ?>
|
24 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPage', __('Gesamtgewicht der vollständigen Anfrage auf Anfrageseite anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPage'), array('help' => 'wpsg_mod_weight_showRequestPage')); ?>
|
25 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPage', __('Gesamtgewicht der vollständigen Anfrage auf Anfrageseite anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPage'), array('help' => 'wpsg_mod_weight_showRequestPage')); ?>
|
25 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPageProduct', __('Auf Anfrageseite im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPageProduct'), array('help' => 'wpsg_mod_weight_showRequestPageProduct')); ?>
|
26 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_weight_showRequestPageProduct', __('Auf Anfrageseite im Produkt anzeigen', 'wpsg'), $this->get_option('wpsg_mod_weight_showRequestPageProduct'), array('help' => 'wpsg_mod_weight_showRequestPageProduct')); ?>
|
26 |
<?php } ?>
|
27 |
<?php } ?>
|
27 |
|
28 |
|