@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 6 ++++-- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt | 6 +++--- 9 files changed, 18 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -4,7 +4,7 @@ [% IF ( opacfacets ) %] [% IF ( facets_loop ) %]
-

Refine your search

+

Refine your search

[% FOREACH advsearchloo IN advancedsearchesloop %]
-

Limit to any of the following:

+

Limit to any of the following:

[% FOREACH itemtypeloo IN advsearchloo.code_loop %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -894,7 +894,7 @@ Note that permanent location is a code, and location may be an authval. [% END %] [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %] -

Editions

+

Editions

[% FOREACH XISBN IN XISBNS %][% IF ( AmazonCoverImages ) %][% END %] [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %][% END %] @@ -995,7 +995,7 @@ Note that permanent location is a code, and location may be an authval.
[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %][% XISBN.description | html %][% END %]
[% IF show_patron_column %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt @@ -91,7 +91,6 @@ -[% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'catalog-strings.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -46,8 +46,10 @@

[% title | html %]

- [% IF ( subtitle ) %]

[% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]

[% END %] - [% IF ( author ) %]

by [% author | html %]

[% END %] +

+ [% IF ( subtitle ) %][% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %][% END %] + [% IF ( author ) %]by [% author | html %][% END %] +

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -75,9 +75,9 @@ [% IF ( total ) %] -

    +

    [% total | html %] result(s) found [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF limit_desc %] with limit(s): '[% limit_desc | html %]'[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. -

    +
    @@ -323,7 +323,7 @@
    -

    No results found

    +

    No results found

    [% IF ( searchdesc ) %]

    No results match your search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt @@ -156,14 +156,14 @@

[% END %] [% IF !items || items.size == 0 %] -

No physical items for this record

+

No physical items for this record

[% END %] [% IF !rotas || rotas.count == 0 %] -

There are no rotas with stages assigned

+

There are no rotas with stages assigned

[% END %] [% ELSIF op == 'confirm_remove_from_rota' %]
-

Are you sure you want to remove this item from it's rota?

+

Are you sure you want to remove this item from it's rota?

Yes No --