View | Details | Raw Unified | Return to bug 8732
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-6 / +6 lines)
Lines 260-265 Searching: Link Here
260
                  yes: "search"
260
                  yes: "search"
261
                  no: "don't search"
261
                  no: "don't search"
262
            - on all variations of the ISBN.
262
            - on all variations of the ISBN.
263
        -
264
            - pref: BiblioItemtypeInfo
265
              choices:
266
                  yes: "Display"
267
                  no: "Don't display"
268
            - " Koha record level itemtype info on detail and result pages in the OPAC and staff client. This info also displays if the item-level_itypes system preference is set to bibliographic record."
263
    Did you mean/spell checking:
269
    Did you mean/spell checking:
264
        -
270
        -
265
            - "Swedish service for spellchecking.<br/>"
271
            - "Swedish service for spellchecking.<br/>"
Lines 270-278 Searching: Link Here
270
            - LIBRIS base URL
276
            - LIBRIS base URL
271
            - pref: LibrisURL
277
            - pref: LibrisURL
272
            - "Please only change this if you are sure it needs changing."
278
            - "Please only change this if you are sure it needs changing."
273
        -
274
            - pref: BiblioItemtypeInfo
275
              choices:
276
                  yes: "Display"
277
                  no: "Don't display"
278
            - " Koha record level itemtype info on detail and result pages in the OPAC. This info also displays if the item-level_itypes system preference is set to bibliographic record."
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-14 / +13 lines)
Lines 246-264 Link Here
246
                            <span class="results_summary year"><span class="label">Year: </span>[% copyrightdate | html %]</span>
246
                            <span class="results_summary year"><span class="label">Year: </span>[% copyrightdate | html %]</span>
247
                        [% END %]
247
                        [% END %]
248
248
249
                        [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]
250
                            <span class="results_summary itemtype"><span class="label">Item type: </span>
251
                                [% IF ( imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
252
                                    <img src="[% imageurl | html %]" alt="" />
253
                                [% END %]
254
                                [% IF ( description ) %]
255
                                    [% description | html %]
256
                                [% ELSE %]
257
                                    [% itemtype | html %]
258
                                [% END %]
259
                            </span>
260
                        [% END %]
261
262
                        [% IF ( MARCURLS ) %]
249
                        [% IF ( MARCURLS ) %]
263
                            <div class="results_summary online_resources"><span class="label">Online resources:</span>
250
                            <div class="results_summary online_resources"><span class="label">Online resources:</span>
264
                                <ul>
251
                                <ul>
Lines 293-298 Link Here
293
                        [% END # / IF MARCURLS %]
280
                        [% END # / IF MARCURLS %]
294
                    [% END # / IF OPACXSLTDetailsDisplay %]
281
                    [% END # / IF OPACXSLTDetailsDisplay %]
295
282
283
                    [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]
284
                        <span class="results_summary itemtype"><span class="label">Item type: </span>
285
                            [% IF ( imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
286
                                <img src="[% imageurl | html %]" alt="" />
287
                            [% END %]
288
                            [% IF ( description ) %]
289
                                [% description | html %]
290
                            [% ELSE %]
291
                                [% itemtype | html %]
292
                            [% END %]
293
                        </span>
294
                    [% END %]
295
296
                    <!-- This puts the LTFL reviews in, and if TabbedView is not set, puts the remaining content above the Tabs instead of in them -->
296
                    <!-- This puts the LTFL reviews in, and if TabbedView is not set, puts the remaining content above the Tabs instead of in them -->
297
                    [% IF ( LibraryThingForLibrariesID ) %]
297
                    [% IF ( LibraryThingForLibrariesID ) %]
298
                        [% UNLESS ( LibraryThingForLibrariesTabbedView ) %]
298
                        [% UNLESS ( LibraryThingForLibrariesTabbedView ) %]
299
- 

Return to bug 8732