@@ -, +, @@ - XSLT turned on and off - item-level_itypes turned on and off - noItemTypeImages turned on and off --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 14 ++++++++++++ .../prog/en/modules/catalogue/results.tt | 25 ++++++++++------------ 2 files changed, 25 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -3218,3 +3218,17 @@ span.name { font-weight: bold; font-style: italic; } + +.result-biblio-itemtype { + float: right; + padding: .5em; + margin: .5em; + font-size: 85%; + text-align: center; +} + +.result-biblio-itemtype img { + display: block; + margin: auto; + margin-bottom: 2px; +} --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -382,6 +382,16 @@ + + [% UNLESS ( item_level_itypes ) %] +
+ [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] + [% SEARCH_RESULT.description %] + [% END %] + [% SEARCH_RESULT.description %] +
+ [% END %] + [% IF ( SEARCH_RESULT.XSLTResultsRecord ) %] [% SEARCH_RESULT.result_number %]. [% SEARCH_RESULT.XSLTResultsRecord %] @@ -402,22 +412,9 @@ [% ELSE %]   [% END %] -

- [% UNLESS ( item_level_itypes ) %] - [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] - [% SEARCH_RESULT.description %] - [% END %] - [% SEARCH_RESULT.description %] - [% END %] - [% SEARCH_RESULT.summary %]

+

[% SEARCH_RESULT.summary %]

[% ELSE %]

- [% UNLESS ( item_level_itypes ) %] - [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] - - [% END %] - [% END %] - [% IF ( SEARCH_RESULT.author ) %] [% SEARCH_RESULT.author %] [% ELSE %] --