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 193-199 function verify_images() { Link Here
193
        [% END %]
193
        [% END %]
194
        <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>
194
        <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>
195
	[% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
195
	[% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
196
           <span class="results_summary itemtype">Itemtype:
196
           <span class="results_summary itemtype"><span class="label">Itemtype:</span>
197
          [% IF ( description ) %]
197
          [% IF ( description ) %]
198
            [% description %]
198
            [% description %]
199
          [% ELSE %]
199
          [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 747-753 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
747
        [% END %]
747
        [% END %]
748
748
749
        [% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
749
        [% IF !item_level_itypes ||  BiblioItemtypeImage == 'Koha' %]
750
          <div class="results_summary">Itemtype:
750
          <div class="results_summary"><span class="label">Itemtype:</span>
751
          [% IF ( description ) %]
751
          [% IF ( description ) %]
752
            [% description %]
752
            [% description %]
753
          [% ELSE %]
753
          [% ELSE %]
754
- 

Return to bug 8732