Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3653 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Integration des Rabatts in die Kundengruppenverwaltung
5
	 */
6
 
7
?>
6009 hartmut 8
<div id="wpsg_customerpasswd" >
9
	<?php echo wpsg_drawForm_Input('wpsg_mod_discount[discount]', __('Rabatt', 'wpsg'), wpsg_ff($this->view['wpsg_mod_discount']['discount'])); ?>
10
 
3653 daniel 11
</div>