Rev 4943 |
Go to most recent revision |
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 |
?>
|
|
|
8 |
<div id="wpsg_customerpasswd" class="postbox">
|
|
|
9 |
<div class="handlediv" title="<?php echo __('Zum Ein/Ausklappen hier klicken', 'wpsg'); ?>"><br /></div>
|
|
|
10 |
<h3 class="wpsg_handlediv">
|
|
|
11 |
<span><?php echo __('Kundengruppenrabatt', 'wpsg'); ?></span>
|
|
|
12 |
</h3>
|
|
|
13 |
<div class="inside">
|
|
|
14 |
<?php echo wpsg_drawForm_Input('wpsg_mod_discount[discount]', __('Rabatt', 'wpsg'), wpsg_ff($this->view['wpsg_mod_discount']['discount'])); ?>
|
|
|
15 |
</div>
|
|
|
16 |
</div>
|