Bug 9406: ensure confirmation of patron renewal is displayed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / letters-search.inc
index 28ecbda..1e28502 100644 (file)
@@ -1,8 +1,8 @@
-
+<div class="gradient">
 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Notices Resident Search Box -->
 <div id="header_search">
        <div id="notices_search" class="residentsearch">
-       <p class="tip">Search Existing Notices:</p>
+    <p class="tip">Search existing notices:</p>
 <form action="/cgi-bin/koha/tools/letter.pl" method="post">
                <input type="text" name="searchfield" size="40" value="" />
                 <input type="submit" class="submit" name="search" value="Search" />
@@ -10,7 +10,7 @@
        </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" />
                </form>
        </div>[% END %]
                        <ul>
-                       <li><a href="/cgi-bin/koha/admin/currency.pl#notices_search">Search Notices</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 href="#notices_search">Search notices</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 %]
                        </ul>   
 </div>
+</div><!-- /gradient -->
 <!-- End Notices Resident Search Box -->