Commit 27cce7649984ffb0105dd87d5cfc73850c0f9567
1 parent
a3f95ff8
users search view
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/app/backend/views/customers/index.php
... | ... | @@ -12,7 +12,9 @@ |
12 | 12 | <div class="content_wrapper_list clearfix"> |
13 | 13 | <div class="table_name header_gradient">Пользователи</div> |
14 | 14 | <div class="table_add_page"><a href="<?= $this->url->get([ 'for' => 'customers_add' ]) ?>" title="Добавить">Добавить</a></div> |
15 | - | |
15 | + <form method="post" action=""> | |
16 | + <input type="text" required name="search" /> | |
17 | + </form> | |
16 | 18 | <div class="table_pages_wrapper"> |
17 | 19 | |
18 | 20 | <?php | ... | ... |