Subversion Repositories wpShopGermany4

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6958 thomas 1
<?php
2
 
3
	/**
4
	 * Template für die Einstellungen des Moduls "FlächenProdukt"
5
	 */
6
 
7
?>
8
<?php /* Einheiten: m², cm², ... */ ?>
9
<?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')); ?>
10
<?php /* Auswahl von Vorgabe */ ?>
11
 
12
<?php /* Faktor Frontend-Backend */ ?>
13
<?php echo wpsg_drawForm_Input('wpsg_mod_surfaceproduct_faktor', __('Umrechnungsfaktor', 'wpsg'), $this->get_option('wpsg_mod_surfaceproduct_faktor'), array('help' => 'wpsg_mod_surfaceproduct_faktor')); ?>