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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 244-250 function verify_images() { Link Here
244
        [% END %]
244
        [% END %]
245
        <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC Preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a></span>
245
        <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC Preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a></span>
246
	[% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
246
	[% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
247
           <span class="results_summary itemtype">Itemtype:
247
           <span class="results_summary itemtype"><span class="label">Itemtype:</span>
248
          [% IF ( description ) %]
248
          [% IF ( description ) %]
249
            [% description %]
249
            [% description %]
250
          [% ELSE %]
250
          [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 780-786 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
780
        [% END %]
780
        [% END %]
781
781
782
        [% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
782
        [% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
783
          <div class="results_summary">Itemtype:
783
          <div class="results_summary"><span class="label">Itemtype:</span>
784
          [% IF ( description ) %]
784
          [% IF ( description ) %]
785
            [% description %]
785
            [% description %]
786
          [% ELSE %]
786
          [% ELSE %]
787
- 

Return to bug 8732