Bug 6739: (follow-up) fix various issues
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / modules / opac-course-reserves.tt
index 98965c9..2c9fd24 100644 (file)
@@ -1,7 +1,8 @@
+[% USE Koha %]
 [% USE AuthorisedValues %]
 
 [% INCLUDE 'doc-head-open.inc' %]
-[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
+[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Courses
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 <body id="opac-main">
             <div class="yui-b">
                 <div class="yui-g">
 
+                    <h1>Courses</h1>
                     <div id="search-toolbar">
-                        <form id="search_courses_form">
-                            <input type="text" name="search_on" id="search_on" />
-                            <input type="submit" value="Search" />
+                        <form action="/cgi-bin/koha/opac-course-reserves.pl" method="get" id="search_courses_form">
+                            <fieldset>
+                                <label for="search_on">Search courses:</label> <input type="text" name="search_on" id="search_on" />
+                                <input type="submit" value="Search" />
+                            </fieldset>
                         </form>
-                    </div><!-- /toolbar -->
+                    </div><!-- /search-toolbar -->
 
-                    <h1>Courses</h1>
                     <table id="course_reserves_table">
                         <thead>
                             <tr>
@@ -57,6 +60,6 @@
             </div>
         </div>
 </div>
-
+</div>
 
 [% INCLUDE 'opac-bottom.inc' %]