@@ -, +, @@ results --- .../prog/en/modules/catalogue/results.tt | 517 +++++++++++---------- 1 file changed, 261 insertions(+), 256 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -1,10 +1,7 @@ [% USE Koha %] [% USE Biblio %] [% USE KohaDates %] -[% INCLUDE 'doc-head-open.inc' %] -Koha › Catalog › [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %] -[% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'browser-strings.inc' %] +[% SET footerjs = 1 %] [% IF BiblioDefaultViewmarc %] [% SET DetailPage="MARCdetail.pl" %] [% ELSIF BiblioDefaultViewlabeled_marc %] @@ -14,259 +11,11 @@ [% ELSE %] [% SET DetailPage="detail.pl" %] [% END %] - - - - - +[% INCLUDE 'doc-head-open.inc' %] +Koha › Catalog › [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %] +[% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -867,4 +616,260 @@ function holdForPatron() { [% INCLUDE 'facets.inc' %] + +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'browser-strings.inc' %] + + + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %] --