forked from mirrors/easyappointments
Display corrections in the filter search input field of backend pages.
This commit is contained in:
parent
4c6547de09
commit
bc20ce8c21
4 changed files with 48 additions and 29 deletions
|
@ -26,17 +26,19 @@
|
|||
<div class="row">
|
||||
<div id="filter-customers" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input class="key">
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<div class="btn-group">
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
|
||||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
|
||||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -35,11 +35,11 @@
|
|||
<div class="row">
|
||||
<div id="filter-services" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input class="key">
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<div class="btn-group">
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
|
@ -47,6 +47,8 @@
|
|||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3><?= lang('services') ?></h3>
|
||||
|
@ -148,8 +150,11 @@
|
|||
<div class="row">
|
||||
<div id="filter-categories" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form class="input-append">
|
||||
<input class="key">
|
||||
<div class="btn-group">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
|
@ -157,6 +162,8 @@
|
|||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3><?= lang('categories') ?></h3>
|
||||
|
|
|
@ -46,10 +46,11 @@
|
|||
<div class="row">
|
||||
<div id="filter-admins" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input class="key" type="text">
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
|
@ -57,6 +58,8 @@
|
|||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3><?= lang('admins') ?></h3>
|
||||
|
@ -193,8 +196,11 @@
|
|||
<div class="row">
|
||||
<div id="filter-providers" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form>
|
||||
<input class="key">
|
||||
<div class="btn-group">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
|
@ -202,6 +208,8 @@
|
|||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3><?= lang('providers') ?></h3>
|
||||
|
@ -484,10 +492,11 @@
|
|||
<div class="row">
|
||||
<div id="filter-secretaries" class="filter-records column col-xs-12 col-sm-5">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input class="key">
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<div class="input-group">
|
||||
<input type="text" class="key form-control">
|
||||
|
||||
<span class="input-group-addon">
|
||||
<div>
|
||||
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
|
@ -495,6 +504,8 @@
|
|||
<span class="glyphicon glyphicon-repeat"></span>
|
||||
</button>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h3><?= lang('secretaries') ?></h3>
|
||||
|
|
|
@ -212,9 +212,8 @@ body legend {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.backend-page .filter-records form {
|
||||
height: 35px;
|
||||
padding-top: 5px
|
||||
.backend-page .filter-records form .input-group-addon {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.backend-page .filter-records form .key {
|
||||
|
|
Loading…
Reference in a new issue