Lines 55-61
Link Here
|
55 |
[% FOREACH s IN current_biblio_searches %] |
55 |
[% FOREACH s IN current_biblio_searches %] |
56 |
<tr> |
56 |
<tr> |
57 |
<td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> |
57 |
<td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> |
58 |
<td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
58 |
<td data-order="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</td> |
59 |
<td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> |
59 |
<td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> |
60 |
<td>[% s.total | html %]</td> |
60 |
<td>[% s.total | html %]</td> |
61 |
</tr> |
61 |
</tr> |
Lines 96-102
Link Here
|
96 |
[% FOREACH s IN previous_biblio_searches %] |
96 |
[% FOREACH s IN previous_biblio_searches %] |
97 |
<tr> |
97 |
<tr> |
98 |
<td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> |
98 |
<td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> |
99 |
<td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
99 |
<td data-order="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</td> |
100 |
<td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> |
100 |
<td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> |
101 |
<td>[% s.total | html %]</td> |
101 |
<td>[% s.total | html %]</td> |
102 |
</tr> |
102 |
</tr> |
103 |
- |
|
|