Revision 2 admin/includes/modules/customers_edit.php
customers_edit.php | ||
---|---|---|
85 | 85 |
<div class="formAreaC"> |
86 | 86 |
<table class="tableConfig borderall"> |
87 | 87 |
<?php |
88 |
|
|
89 |
<?php |
|
90 |
# TESTMODUS |
|
91 |
if($_GET['cID'] == $_SESSION['customer_id']){ |
|
92 |
?> |
|
93 |
<tr> |
|
94 |
<td class="dataTableConfig col-left">Testmodus (IP):</td> |
|
95 |
<td class="dataTableConfig col-single-right"> |
|
96 |
<?php |
|
97 |
echo xtc_draw_checkbox_field('ip_testmodus', 1, ($cInfo->ip_testmodus == $_SERVER['REMOTE_ADDR'])); |
|
98 |
?> |
|
99 |
</td> |
|
100 |
</tr> |
|
101 |
<?php |
|
102 |
} |
|
103 |
?> |
|
104 |
|
|
105 |
|
|
88 | 106 |
if (ACCOUNT_GENDER == 'true') { |
89 | 107 |
?> |
90 | 108 |
<tr> |
Auch abrufbar als: Unified diff