Lines 44-50
Link Here
|
44 |
<div id="current_biblio"> |
44 |
<div id="current_biblio"> |
45 |
[% IF ( current_biblio_searches ) %] |
45 |
[% IF ( current_biblio_searches ) %] |
46 |
<h2>Current session</h2> |
46 |
<h2>Current session</h2> |
47 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="get"> |
47 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="post"> |
48 |
<div class="selections-toolbar toolbar"> |
48 |
<div class="selections-toolbar toolbar"> |
49 |
<a class="CheckAll" href="#">Select all</a> |
49 |
<a class="CheckAll" href="#">Select all</a> |
50 |
<a class="CheckNone" href="#">Clear all</a> |
50 |
<a class="CheckNone" href="#">Clear all</a> |
Lines 83-89
Link Here
|
83 |
<div id="previous_biblio"> |
83 |
<div id="previous_biblio"> |
84 |
[% IF ( previous_biblio_searches ) %] |
84 |
[% IF ( previous_biblio_searches ) %] |
85 |
<h2>Previous sessions</h2> |
85 |
<h2>Previous sessions</h2> |
86 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="get"> |
86 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="post"> |
87 |
<div class="selections-toolbar toolbar"> |
87 |
<div class="selections-toolbar toolbar"> |
88 |
<a class="CheckAll" href="#">Select all</a> |
88 |
<a class="CheckAll" href="#">Select all</a> |
89 |
<a class="CheckNone" href="#">Clear all</a> |
89 |
<a class="CheckNone" href="#">Clear all</a> |
Lines 129-135
Link Here
|
129 |
<div id="authority_tab"> |
129 |
<div id="authority_tab"> |
130 |
[% IF ( current_authority_searches ) %] |
130 |
[% IF ( current_authority_searches ) %] |
131 |
<h2>Current session</h2> |
131 |
<h2>Current session</h2> |
132 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="get"> |
132 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="post"> |
133 |
<div class="selections-toolbar toolbar"> |
133 |
<div class="selections-toolbar toolbar"> |
134 |
<a class="CheckAll" href="#">Select all</a> |
134 |
<a class="CheckAll" href="#">Select all</a> |
135 |
<a class="CheckNone" href="#">Clear all</a> |
135 |
<a class="CheckNone" href="#">Clear all</a> |
Lines 166-172
Link Here
|
166 |
|
166 |
|
167 |
[% IF ( previous_authority_searches ) %] |
167 |
[% IF ( previous_authority_searches ) %] |
168 |
<h2>Previous sessions</h2> |
168 |
<h2>Previous sessions</h2> |
169 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="get"> |
169 |
<form action="/cgi-bin/koha/opac-search-history.pl" method="post"> |
170 |
<div class="selections-toolbar toolbar"> |
170 |
<div class="selections-toolbar toolbar"> |
171 |
<a class="CheckAll" href="#">Select all</a> |
171 |
<a class="CheckAll" href="#">Select all</a> |
172 |
<a class="CheckNone" href="#">Clear all</a> |
172 |
<a class="CheckNone" href="#">Clear all</a> |
173 |
- |
|
|