Commit 8819e67fdf16e1bfc126a0f08f2b9c2bf3659b5d
1 parent
88b0cca3
search phone
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/app/backend/views/customers/index.php
@@ -13,8 +13,9 @@ | @@ -13,8 +13,9 @@ | ||
13 | <div class="table_name header_gradient">Пользователи</div> | 13 | <div class="table_name header_gradient">Пользователи</div> |
14 | <div class="table_add_page"><a href="<?= $this->url->get([ 'for' => 'customers_add' ]) ?>" title="Добавить">Добавить</a></div> | 14 | <div class="table_add_page"><a href="<?= $this->url->get([ 'for' => 'customers_add' ]) ?>" title="Добавить">Добавить</a></div> |
15 | <form method="post" action="" style="margin:10px;"> | 15 | <form method="post" action="" style="margin:10px;"> |
16 | - <input type="text" required name="search_name" placeholder="поиск по имени" /> | ||
17 | - <input type="text" required name="search_phone" placeholder="поиск по телефону" /> | 16 | + <input type="text" name="search_name" placeholder="поиск по имени" /> |
17 | + <input type="text" name="search_phone" placeholder="поиск по телефону" /> | ||
18 | + <input type="submit" value="Поиск" /> | ||
18 | </form> | 19 | </form> |
19 | <div class="table_pages_wrapper"> | 20 | <div class="table_pages_wrapper"> |
20 | 21 |