Bug 14508: 'New patron' dropdown empty list on circulation.pl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / stopwords-admin-search.inc
index e45a5c7..964f1b6 100644 (file)
@@ -4,7 +4,7 @@
        <div id="stopword_search" class="residentsearch">
        <p class="tip">Stop word search:</p>
            <form action="[% script_name %]" method="post">
-        <input type="text" size="40" name="searchfield" value="[% searchfield %]" />
+        <input class="head-searchbox" type="text" size="40" name="searchfield" value="[% searchfield %]" />
         <input type="submit" name="ok" class="submit" value="Search" />
     </form>
        </div>
     <div id="catalog_search" class="residentsearch">
        <p class="tip">Enter search keywords:</p>
                <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
-                        <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
+            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
                                <input type="submit" value="Submit"  class="submit" />
                </form>
        </div>
        [% END %]
                        <ul>
-            <li><a href="#stopword_search">Search stop words</a></li>
-            [% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %]
-            [% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %]
+            <li><a onclick="keep_text(0)" href="#stopword_search">Search stop words</a></li>
+            [% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(1)" href="#circ_search">Check out</a></li>[% END %]
+            [% IF ( CAN_user_catalogue ) %]<li><a onclick="keep_text(2)" href="#catalog_search">Search the catalog</a></li>[% END %]
                        </ul>   
 </div>
 </div><!-- /gradient -->