Subversion Repositories wpShopGermany4

Rev

Rev 6457 | Rev 7181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6457 Rev 6548
Line 78... Line 78...
78
                    <input type="hidden" name="value[<?php echo $k; ?>][value]" value="<?php echo $v['value']; ?>" /><div class="wpsg_clear"></div>
78
                    <input type="hidden" name="value[<?php echo $k; ?>][value]" value="<?php echo $v['value']; ?>" /><div class="wpsg_clear"></div>
79
                    <?php } } ?>
79
                    <?php } } ?>
80
 
80
 
81
                    <div class="wpsg_mod_discount_seriescol"><?php echo __('ab', 'wpsg'); ?> <input type="text" name="neu[value]" value="" /> <?php echo $this->get_option('wpsg_currency'); ?></div>
81
                    <div class="wpsg_mod_discount_seriescol"><?php echo __('ab', 'wpsg'); ?> <input type="text" name="neu[value]" value="" /> <?php echo $this->get_option('wpsg_currency'); ?></div>
82
                    <div class="wpsg_mod_discount_seriescol"><input type="text" name="neu[rabatt]" value="" /></div>
82
                    <div class="wpsg_mod_discount_seriescol"><input type="text" name="neu[rabatt]" value="" /></div>
-
 
83
					<a id="wkrimage" style="margin-left:5px;" class="wpsg-glyphicon glyphicon glyphicon-plus" alt="Hinzufügen"></a>
83
                    <div class="wpsg_clear"></div>
84
                    <div class="wpsg_clear"></div>
84
            <?php echo wpsg_drawForm_TextEnd(__('Staffelung', 'wpsg'), array('noP' => true)); ?>
85
            <?php echo wpsg_drawForm_TextEnd(__('Staffelung', 'wpsg'), array('noP' => true)); ?>
85
 
86
 
86
 
87
 
87
        </div>
88
        </div>
Line 96... Line 97...
96
 
97
 
97
		jQuery('#wpsg_mod_discount_universal').bind('change', function() {
98
		jQuery('#wpsg_mod_discount_universal').bind('change', function() {
98
			wpsg_switchUniversalDiscount();
99
			wpsg_switchUniversalDiscount();
99
		} );
100
		} );
100
 
101
 
-
 
102
		jQuery('#wkrimage').bind('click', function() {
-
 
103
			jQuery('#submit').trigger('click');
-
 
104
		} );
-
 
105
		
101
		wpsg_switchUniversalDiscount();
106
		wpsg_switchUniversalDiscount();
102
		
107
		
103
	} );
108
	} );
104
 
109
 
105
	function wpsg_mod_discount_restoredefaulthierarchie()
110
	function wpsg_mod_discount_restoredefaulthierarchie()