Commit 1b59086876d4b83c3ae08aea3f35b6c9ee36e568
1 parent
090d3476
size input name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/backend/views/customers/index.php
... | ... | @@ -13,7 +13,7 @@ |
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="" style="margin:10px;"> |
16 | - <input type="text" name="search_name" placeholder="поиск по имени" value="<?= $this->session->get('search_name'); ?>" /> | |
16 | + <input type="text" name="search_name" size="50" placeholder="поиск по имени" value="<?= $this->session->get('search_name'); ?>" /> | |
17 | 17 | <input type="text" name="search_phone" placeholder="поиск по телефону" value="<?= $this->session->get('search_phone'); ?>" /> |
18 | 18 | <input type="submit" name="search_submit" value="Поиск" /> |
19 | 19 | </form> | ... | ... |