Subversion Repositories wpShopGermany4

Rev

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

Rev 6204 Rev 6846
Line 43... Line 43...
43
                <?php echo wpsg_drawForm_Checkbox('dialog_all', __('Alle Bestellungen des Kunden ändern', 'wpsg'), false, array('help' => 'dialog_all')); ?>
43
                <?php echo wpsg_drawForm_Checkbox('dialog_all', __('Alle Bestellungen des Kunden ändern', 'wpsg'), false, array('help' => 'dialog_all')); ?>
44
                
44
                
45
                <?php if ($this->hasMod('wpsg_mod_shippingadress')) {?>
45
                <?php if ($this->hasMod('wpsg_mod_shippingadress')) {?>
46
                <?php echo wpsg_drawForm_Checkbox('dialog_shipping', __('Auch Lieferanschrift anpassen', 'wpsg'), false, array('help' => 'dialog_shipping')); ?>
46
                <?php echo wpsg_drawForm_Checkbox('dialog_shipping', __('Auch Lieferanschrift anpassen', 'wpsg'), false, array('help' => 'dialog_shipping')); ?>
47
                <?php } ?>
47
                <?php } ?>
-
 
48
				<input type="hidden" id="dialog_change_land" name="dialog_change_land" />
48
 
49
				
49
            </div>
50
            </div>
50
            <div class="modal-footer">
51
            <div class="modal-footer">
51
                <button type="button" class="btn btn-default" data-dismiss="modal"><?php echo __('Schließen', 'wpsg'); ?></button>
52
                <button type="button" class="btn btn-default" data-dismiss="modal"><?php echo __('Schließen', 'wpsg'); ?></button>
52
                <button type="button" class="btn btn-primary" onclick="return wpsg_saveInvoiceAdress();"><?php echo __('Speichern', 'wpsg'); ?></button>
53
                <button type="button" class="btn btn-primary" onclick="return wpsg_saveInvoiceAdress();"><?php echo __('Speichern', 'wpsg'); ?></button>
53
            </div>
54
            </div>
Line 112... Line 113...
112
                data: {
113
                data: {
113
                    form_data: jQuery('#wpsg_customer_edit input, #wpsg_customer_edit select').serialize()
114
                    form_data: jQuery('#wpsg_customer_edit input, #wpsg_customer_edit select').serialize()
114
                },
115
                },
115
                success: function(data) {
116
                success: function(data) {
116
 
117
 
117
                    location.href = location.href;
118
                    //location.href = location.href;
-
 
119
                    location.reload();
118
 
120
 
119
                }
121
                }
120
            } );
122
            } );
121
 
123
 
122
            return false;
124
            return false;
123
 
125
 
124
        }
126
        }
125
 
127
 
-
 
128
        jQuery(document).ready(function() {
-
 
129
 
-
 
130
            jQuery('#dialog_land').bind('change', function() {
-
 
131
 
-
 
132
				jQuery('#dialog_change_land').val('1');
-
 
133
				
-
 
134
            } );
-
 
135
        	
-
 
136
        } );
-
 
137
            
-
 
138
 
126
    /* ]]> */</script>
139
    /* ]]> */</script>
127
 
140
 
128
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
141
<?php echo wpsg_drawForm_AdminboxEnd(); ?>