Bug 14508: 'New patron' dropdown empty list on circulation.pl
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / stopwords-admin-search.inc
index 2dda814..964f1b6 100644 (file)
@@ -1,27 +1,28 @@
-
+<div class="gradient">
 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
 <div id="header_search">
        <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>
     [% INCLUDE 'patron-search-box.inc' %]
        [% IF ( CAN_user_catalogue ) %]
-       <div id="catalog_search" class="residentsearch" style="display:none;">
+    <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="/cgi-bin/koha/admin/roadtype.pl#stopword_search">Search Stop Words</a></li>
-                       [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>[% END %]
-                       [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#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 -->
 <!-- End Stopwords Resident Search Box -->