Bug 10406: memove div and more obsolete CSS related to YUI autocomplete
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 11 Jun 2013 18:25:38 +0000 (15:25 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Jun 2013 14:24:30 +0000 (07:24 -0700)
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>
koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc

index 1390e38..440bb47 100644 (file)
@@ -226,11 +226,6 @@ div.listgroup,
    width: 70%;
 }
 
-#borrowerautocomplete
-{
-   width: auto;
-}
-
 .holdcount
 {
    line-height: 150%;
index 6b7e34a..388c467 100644 (file)
@@ -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" />