|
71 | 71 | <input type="text" class="form-control" id="email" name="email">
|
72 | 72 | </div>
|
73 | 73 |
|
| 74 | + <div class="form-group"> |
| 75 | + <label for="birth" class="col-form-label">Birthday:</label> |
| 76 | + <input type="date" class="form-control" id="birth" name="birth"> |
| 77 | + </div> |
| 78 | + |
74 | 79 | <div class="modal-footer">
|
75 | 80 | <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
76 | 81 | <button type="button" class="btn btn-primary add_customer">Add</button>
|
|
95 | 100 | <tr>
|
96 | 101 | <td class="text-center"><?= $count; ?></td>
|
97 | 102 | <td><?= $valueCustomerAll['Họ tên NV'] ?></td>
|
98 |
| - <td><?= $valueCustomerAll['title'] ?></td> |
| 103 | + <td class="text-center"><?= $valueCustomerAll['title'] ?></td> |
99 | 104 | <td><?= $valueCustomerAll['Họ tên khách'] ?></td>
|
100 |
| - <td><?= $valueCustomerAll['phone'] ?></td> |
| 105 | + <td class="text-center"><?= $valueCustomerAll['phone'] ?></td> |
101 | 106 | <td><?= $valueCustomerAll['Email Khách'] ?></td>
|
102 |
| - <td><?= $valueCustomerAll['create_at'] ?></td> |
| 107 | + <td class="text-center"><?= $valueCustomerAll['create_at'] ?></td> |
103 | 108 | <td class="text-center">
|
104 | 109 | <?php
|
105 | 110 | if ($valueCustomerAll['status'] == 1) {
|
|
163 | 168 | <input type="text" class="form-control" id="email" name="email">
|
164 | 169 | </div>
|
165 | 170 |
|
| 171 | + <div class="form-group"> |
| 172 | + <label for="birth" class="col-form-label">Birthday:</label> |
| 173 | + <input type="date" class="form-control" id="birth" name="birth"> |
| 174 | + </div> |
| 175 | + |
166 | 176 | <div class="modal-footer">
|
167 | 177 | <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
168 | 178 | <button type="button" class="btn btn-primary add_customer">Add</button>
|
|
187 | 197 | <tr>
|
188 | 198 | <td class="text-center"><?= $count; ?></td>
|
189 | 199 | <td><?= $valueCustomerAll['Họ tên NV'] ?></td>
|
190 |
| - <td><?= $valueCustomerAll['title'] ?></td> |
| 200 | + <td class="text-center"><?= $valueCustomerAll['title'] ?></td> |
191 | 201 | <td><?= $valueCustomerAll['Họ tên khách'] ?></td>
|
192 |
| - <td><?= $valueCustomerAll['phone'] ?></td> |
| 202 | + <td class="text-center"><?= $valueCustomerAll['phone'] ?></td> |
193 | 203 | <td><?= $valueCustomerAll['Email Khách'] ?></td>
|
194 |
| - <td><?= $valueCustomerAll['create_at'] ?></td> |
195 |
| - <td> |
| 204 | + <td class="text-center"><?= $valueCustomerAll['create_at'] ?></td> |
| 205 | + <td class="text-center"> |
196 | 206 | <?php
|
197 | 207 | if ($valueCustomerAll['status'] == 1) {
|
198 | 208 | echo "<p style='color: red;'>Busy</p>";
|
|
0 commit comments