@@ -, +, @@ history searches. --- .../prog/en/modules/opac-search-history.tt | 23 ++++++++++++-------- 1 file changed, 14 insertions(+), 9 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() { - +
@@ -103,10 +105,12 @@ $(document).ready(function() { [% END %] [% IF !current_biblio_searches && !previous_biblio_searches %] -

Your biblio search history is empty.

+

Your catalog search history is empty.

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

Current session

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