(bug #3187) authority search pagination doesn't work
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / includes / authorities-search.inc
index 1aa10a2..9a7b2e3 100644 (file)
@@ -3,11 +3,11 @@
 <div id="header_search" class="residentsearch">
     <div id="authority_search" class="residentsearch">
     <p class="tip">Enter authority heading ($a):</p>
-    <form name="f" action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
+    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
         <input type="hidden" name="op" value="do_search" />
         <input type="hidden" name="type" value="intranet" />
         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
-        <select id="authtypecode" name="authtypecode">
+        <select name="authtypecode">
         <!-- TMPL_LOOP NAME="authtypesloop" -->
             <!-- TMPL_IF name="selected" -->
             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
     </div>
     <div id="main_heading" class="residentsearch" style="display:none;">
     <p class="tip">Enter authority heading:</p>
-    <form name="f" action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
+    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
         <input type="hidden" name="op" value="do_search" />
         <input type="hidden" name="type" value="intranet" />
         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
-        <select id="authtypecode" name="authtypecode">
+        <select  name="authtypecode">
         <!-- TMPL_LOOP NAME="authtypesloop" -->
             <!-- TMPL_IF name="selected" -->
             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
     </div>
     <div id="all_headings" class="residentsearch" style="display:none;">
     <p class="tip">Enter any authority field:</p>
-    <form name="f" action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
+    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
         <input type="hidden" name="op" value="do_search" />
         <input type="hidden" name="type" value="intranet" />
         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
-        <select id="authtypecode" name="authtypecode">
+        <select name="authtypecode">
         <!-- TMPL_LOOP NAME="authtypesloop" -->
             <!-- TMPL_IF name="selected" -->
             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
@@ -78,7 +78,7 @@
             <!-- /TMPL_IF -->
         <!-- /TMPL_LOOP -->
         </select>
-        <input type="hidden" name="marclist" value="" />
+        <input type="hidden" name="marclist" value="all" />
         <input type="hidden" name="and_or" value="and" />
         <input type="hidden" name="excluding" value="" />
         <select name="operator">