Bug 10406: memove div and more obsolete CSS related to YUI autocomplete
To test: - Apply, then test the patron search form Sponsored-by: Universidad Nacional de Córdoba Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
acd4b21c91
commit
6d9d5581ab
2 changed files with 0 additions and 7 deletions
|
@ -226,11 +226,6 @@ div.listgroup,
|
|||
width: 70%;
|
||||
}
|
||||
|
||||
#borrowerautocomplete
|
||||
{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.holdcount
|
||||
{
|
||||
line-height: 150%;
|
||||
|
|
|
@ -25,7 +25,6 @@ $(document).ready(function(){
|
|||
<form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post">
|
||||
[% IF ( CircAutocompl ) %]
|
||||
<div class="autocomplete">
|
||||
<div id="borrowerautocomplete" class="autocomplete">
|
||||
<input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /> <input id="autocsubmit" type="submit" class="submit" value="Submit" />
|
||||
<input name="branch" value="[% branch %]" type="hidden" />
|
||||
<input name="printer" value="" type="hidden" />
|
||||
|
@ -33,7 +32,6 @@ $(document).ready(function(){
|
|||
<input type="hidden" name="duedatespec" value="[% duedatespec %]" />
|
||||
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" />
|
||||
[% END %]
|
||||
</div>
|
||||
</div>
|
||||
[% ELSE %]
|
||||
<input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
|
||||
|
|
Loading…
Reference in a new issue