@@ -, +, @@ history searches. --- .../prog/en/modules/opac-search-history.tt | 26 ++++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tt @@ -19,7 +19,7 @@ $(document).ready(function() { ] })); - $('#tabs').tabs(); + [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %]$('#tabs').tabs();[% END %] }); //]]> @@ -40,11 +40,13 @@ $(document).ready(function() {

Search history

-
- + [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %] +
+ + [% END %]
[% IF ( current_biblio_searches ) %]

Current session

@@ -52,7 +54,7 @@ $(document).ready(function() { - + @@ -80,7 +82,7 @@ $(document).ready(function() { - +
@@ -102,6 +104,13 @@ $(document).ready(function() {
[% END %] + [% IF !current_biblio_searches && !previous_biblio_searches %] +

Your catalog search history is empty.

+ [% END %] +
+ + + [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %]
[% IF ( current_authority_searches ) %]

Current session

@@ -164,6 +173,7 @@ $(document).ready(function() { [% END %]
+ [% END %]
--