forked from mirrors/easyappointments
Add the aria-label attribute to keyword
This commit is contained in:
parent
3847391c3d
commit
c1faa8972d
7 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-admins" class="filter-records column col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-customers" class="filter-records col col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-providers" class="filter-records column col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-secretaries" class="filter-records column col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div id="filter-service-categories" class="filter-records column col-12 col-md-5">
|
||||
<form class="input-append mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-services" class="filter-records col col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="filter-webhooks" class="filter-records col col-12 col-md-5">
|
||||
<form class="mb-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
<input type="text" class="key form-control" aria-label="keyword">
|
||||
|
||||
<button class="filter btn btn-outline-secondary" type="submit"
|
||||
data-tippy-content="<?= lang('filter') ?>">
|
||||
|
|
Loading…
Reference in a new issue