@@ -, +, @@ opac-results.tt are found is not semantically marked up as a heading to introduce the content. are found is now properly marked up as a second level heading and appropriately designated as the start of the 'maincontent' block with an associated '.maincontent' class. second level heading. --- .../bootstrap/en/modules/opac-results.tt | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -54,10 +54,10 @@ [% UNLESS ( total ) %] -
+
- No results found! +

No results found!

[% IF ( searchdesc ) %] No results found for that in [% LibraryName | html %] catalog. @@ -83,7 +83,7 @@

[% END # / UNLESS searchdesc %] -
+
[% IF ( opacfacets && total ) %]
@@ -98,20 +98,17 @@ [% IF ( opacfacets && total ) %]
[% ELSE %]
[% END %] [% IF ( searchdesc ) %] -

- [% IF ( total ) %]Your search returned [% total | html %] results. + [% IF ( total ) %] +

+ Your search returned [% total | html %] results. + + + +

[% IF ( related ) %] - (related searches: - [% FOREACH relate IN related %] - [% relate.related_search | html %] - [% END %] - ). +

(related searches:[% FOREACH relate IN related %] [% relate.related_search | html %][% END %]).

[% END %] - - - [% END # / IF total %] -

[% END # / IF searchdesc %]
--