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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-6 / +4 lines)
Lines 243-257 function verify_images() { Link Here
243
                <th>Status</th>
243
                <th>Status</th>
244
                <th>Last seen</th>
244
                <th>Last seen</th>
245
                <th>Barcode</th>
245
                <th>Barcode</th>
246
		[% IF materials %]<th>Materials Specified</th>[% END %]
247
                [% IF ( volinfo ) %]<th>Publication Details</th>[% END %]
246
                [% IF ( volinfo ) %]<th>Publication Details</th>[% END %]
248
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
247
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
249
                [% IF ( itemdata_copynumber ) %]<th>Copy No.</th>[% END %]
248
                [% IF ( itemdata_copynumber ) %]<th>Copy No.</th>[% END %]
249
                [% IF materials %]<th>Materials Specified</th>[% END %]
250
                [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %]
250
                [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %]
251
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine Label</th>[% END %]
251
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine Label</th>[% END %]
252
		[% IF ( hostrecords ) %]<th>Host Records</th>[% END %]
252
		[% IF ( hostrecords ) %]<th>Host Records</th>[% END %]
253
		[% IF ( analyze ) %]<th>Used in</th>[% END %]
253
		[% IF ( analyze ) %]<th>Used in</th><th></th>[% END %]
254
		[% IF ( analyze ) %]<th></th>[% END %]
255
            </tr>
254
            </tr>
256
            [% FOREACH itemloo IN itemloop %]
255
            [% FOREACH itemloo IN itemloop %]
257
                <tr>
256
                <tr>
Lines 373-380 function verify_images() { Link Here
373
				[% IF ( itemdata_copynumber ) %]
372
				[% IF ( itemdata_copynumber ) %]
374
					<td class="copynumber">[% itemloo.copynumber %]</td>
373
					<td class="copynumber">[% itemloo.copynumber %]</td>
375
				[% END %]
374
				[% END %]
376
	        [% IF itemloo.materials %]
375
	        [% IF materials %]
377
		    <td> [% itemloo.materials %] </td>
376
		    <td class="materials"> [% itemloo.materials %] </td>
378
		[% END %]
377
		[% END %]
379
                [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %]
378
                [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %]
380
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]
379
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]
381
- 

Return to bug 7278