mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Global search : add button to trigger search
This commit is contained in:
parent
1b28066189
commit
64737fcdf9
2 changed files with 7 additions and 2 deletions
|
@ -109,11 +109,15 @@ form.LSglobal_search {
|
|||
}
|
||||
|
||||
input.LSglobal_search {
|
||||
background: url(../../images/default/find.png) no-repeat right #fff;
|
||||
padding-right: 18px;
|
||||
padding-right: 23px;
|
||||
width: 138px!important;
|
||||
}
|
||||
|
||||
form.LSglobal_search input[type='image'] {
|
||||
margin-left: -25px;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
ul.menu {
|
||||
list-style-image: url(../../images/default/puce.png);
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<form action='global_search.php' method='post' class='LSview_search LSglobal_search'>
|
||||
<input type='hidden' name='LSsearch_submit' value='1'/>
|
||||
<input type='text' name='pattern' class='LSview_search LSglobal_search' placeholder='{tr msg='Global search'}'/>
|
||||
<input type='image' src='{img name='find'}' alt='{tr msg='Global search'}' title='{tr msg='Global search'}' />
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
|
|
Loading…
Reference in a new issue