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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 533-539 function verify_images() { Link Here
533
                <th>Barcode</th>
533
                <th>Barcode</th>
534
                [% IF ( volinfo ) %]<th>Publication details</th>[% END %]
534
                [% IF ( volinfo ) %]<th>Publication details</th>[% END %]
535
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
535
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
536
                [% IF ( itemdata_copynumber ) %]<th>Copy no.</th>[% END %]
536
                [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
537
                [% IF materials %]<th>Materials specified</th>[% END %]
537
                [% IF materials %]<th>Materials specified</th>[% END %]
538
                [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %]
538
                [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %]
539
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine label</th>[% END %]
539
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine label</th>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
	    [% END %]
67
	    [% END %]
68
            [% IF ( ITEM_DAT.collection ) %]<li><span class="label">Collection:</span> [% ITEM_DAT.collection %]</li> [% END %]
68
            [% IF ( ITEM_DAT.collection ) %]<li><span class="label">Collection:</span> [% ITEM_DAT.collection %]</li> [% END %]
69
            <li><span class="label">Item callnumber:</span> [% ITEM_DAT.itemcallnumber %]&nbsp;</li>
69
            <li><span class="label">Item callnumber:</span> [% ITEM_DAT.itemcallnumber %]&nbsp;</li>
70
            [% IF ( ITEM_DAT.displaycopy ) %]<li><span class="label">Copy / Vol :</span> [% ITEM_DAT.copyvol %]&nbsp;</li> [% END %]
70
            [% IF ( ITEM_DAT.displaycopy ) %]<li><span class="label">Copy number:</span> [% ITEM_DAT.copyvol %]&nbsp;</li> [% END %]
71
            [% IF ( ITEM_DAT.replacementprice ) %]<li><span class="label">Replacement price:</span> [% ITEM_DAT.replacementprice %]&nbsp;</li> [% END %]
71
            [% IF ( ITEM_DAT.replacementprice ) %]<li><span class="label">Replacement price:</span> [% ITEM_DAT.replacementprice %]&nbsp;</li> [% END %]
72
	    [% IF ITEM_DAT.materials %]<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials %] </li> [% END %]
72
	    [% IF ITEM_DAT.materials %]<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials %] </li> [% END %]
73
            </ol></div>
73
            </ol></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 93-99 $(document).ready(function() { Link Here
93
        <th>Title</th>
93
        <th>Title</th>
94
        <th>Libraries</th>
94
        <th>Libraries</th>
95
        <th>Available call numbers</th>
95
        <th>Available call numbers</th>
96
        <th>Available copy No</th>
96
        <th>Available copy numbers</th>
97
        <th>Available enumeration</th>
97
        <th>Available enumeration</th>
98
        <th>Available itypes</th>
98
        <th>Available itypes</th>
99
        <th>Available locations</th>
99
        <th>Available locations</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 384-390 function checkMultiHold() { Link Here
384
            <th>Home library</th>
384
            <th>Home library</th>
385
            <th>Last location</th>
385
            <th>Last location</th>
386
            <th>Call no.</th>
386
            <th>Call no.</th>
387
            <th>Copy no.</th>
387
            <th>Copy number</th>
388
            [% IF itemdata_enumchron %]
388
            [% IF itemdata_enumchron %]
389
            <th>Vol no.</th>
389
            <th>Vol no.</th>
390
            [% END %]
390
            [% END %]
391
- 

Return to bug 11649