Subversion Repositories wpShopGermany4

Rev

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

Rev 7787 Rev 7900
Line 4... Line 4...
4
     * User: Daschmi (https://daschmi.de)
4
     * User: Daschmi (https://daschmi.de)
5
     * Date: 07.08.2016
5
     * Date: 07.08.2016
6
     * Time: 10:40
6
     * Time: 10:40
7
     */
7
     */
8
 
8
 
-
 
9
    /** @var wpsg_customer $Customer */
-
 
10
    $Customer = $this->view['oCustomer'];
-
 
11
 
9
?>
12
?>
10
 
13
 
11
<div class="modal fade" tabindex="-1" role="dialog" id="wpsg_customer_edit">
14
<div class="modal fade" tabindex="-1" role="dialog" id="wpsg_customer_edit">
12
    <div class="modal-dialog" role="document">
15
    <div class="modal-dialog" role="document">
13
        <div class="modal-content">
16
        <div class="modal-content">
Line 167... Line 170...
167
     <?php if ($this->view['pflicht']['email'] != '2') { ?>
170
     <?php if ($this->view['pflicht']['email'] != '2') { ?>
168
    	<a href="mailto:<?php echo $this->view['data']['email']; ?>"><?php echo $this->view['data']['email']; ?></a>
171
    	<a href="mailto:<?php echo $this->view['data']['email']; ?>"><?php echo $this->view['data']['email']; ?></a>
169
    <?php } ?>
172
    <?php } ?>
170
    <?php echo wpsg_drawForm_TextEnd(__('E-Mail', 'wpsg')); ?>
173
    <?php echo wpsg_drawForm_TextEnd(__('E-Mail', 'wpsg')); ?>
171
	
174
	
172
    <script type="text/javascript">/* <![CDATA[ */
175
    <script>
173
 
176
 
174
        function wpsg_saveInvoiceAdress()
177
        function wpsg_saveInvoiceAdress()
175
        {
178
        {
176
 
179
 
177
            jQuery('#wpsg_backend_loading').show();
180
            jQuery('#wpsg_backend_loading').show();
Line 202... Line 205...
202
            } );
205
            } );
203
        	
206
        	
204
        } );
207
        } );
205
            
208
            
206
 
209
 
207
    /* ]]> */</script>
210
    </script>
-
 
211
 
-
 
212
    <?php $arCV = $Customer->getCustomerVariables(); ?>
-
 
213
    <?php if (wpsg_isSizedArray($arCV)) { ?>
-
 
214
 
-
 
215
        <br />
-
 
216
        <?php foreach ($Customer->getCustomerVariables() as $cv) { ?>
-
 
217
 
-
 
218
            <?php echo wpsg_drawForm_Text($cv['label'], $cv['value']); ?>
-
 
219
 
-
 
220
        <?php } ?>
-
 
221
 
-
 
222
    <?php } ?>
208
 
223
 
209
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
224
<?php echo wpsg_drawForm_AdminboxEnd(); ?>