@@ -, +, @@ staff interface search history - Catalog: Current session - Catalog: Previous sessions - Authority: Current session - Authority: Previous sessions --- .../prog/en/modules/catalogue/search-history.tt | 61 ++++++++++++---------- 1 file changed, 34 insertions(+), 27 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt @@ -30,17 +30,17 @@
[% IF ( current_biblio_searches ) %]

Current session

-
- +

@@ -65,19 +65,23 @@ [% END %] + [% IF ( current_biblio_searches && previous_biblio_searches) %] +
+ [% END %] + [% IF ( previous_biblio_searches ) %]

Previous sessions

- - +

@@ -110,17 +114,17 @@
[% IF ( current_authority_searches ) %]

Current session

- - +

@@ -145,19 +149,23 @@ [% END %] + [% IF ( current_authority_searches && previous_authority_searches) %] +
+ [% END %] + [% IF ( previous_authority_searches ) %]

Previous sessions

- - +

@@ -192,7 +200,6 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]