mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 17:26:51 +00:00
Made search icon a button and moved it to the right in user filter #33
This commit is contained in:
parent
58e502493c
commit
ba0ac6ace3
@ -1,12 +1,11 @@
|
||||
<div id="filter-email" class="filter">
|
||||
<div class="btn-group">
|
||||
<form action="" method="get">
|
||||
<input type="hidden" name="role_name" value="{{ active_role_name }}" />
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></span>
|
||||
|
||||
<input type="text" class="form-control" size="30" name="email" placeholder="Enter email address ..." value="{% if not active_email_all %}{{ active_email }}{% endif %}" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<form action="" method="get">
|
||||
<input type="hidden" name="role_name" value="{{ active_role_name }}" />
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" size="30" name="email" placeholder="Enter email address ..." value="{% if not active_email_all %}{{ active_email }}{% endif %}" />
|
||||
<span class="input-group-btn"><button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button></span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user