Blame | Last modification | View Log | RSS feed
<?php
/**
* Template für die Einstellungen des Moduls "FlächenProdukt"
*/
?>
<?php /* Einheiten: m², cm², ... */ ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_surfaceproduct_einheit', __('Flächeneinheit', 'wpsg'), $this->get_option('wpsg_mod_surfaceproduct_einheit'), array('help' => 'wpsg_mod_surfaceproduct_einheit')); ?>
<?php /* Auswahl von Vorgabe */ ?>
<?php /* Faktor Frontend-Backend */ ?>
<?php echo wpsg_drawForm_Input('wpsg_mod_surfaceproduct_faktor', __('Umrechnungsfaktor', 'wpsg'), $this->get_option('wpsg_mod_surfaceproduct_faktor'), array('help' => 'wpsg_mod_surfaceproduct_faktor')); ?>