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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 553-559 function verify_images() { Link Here
553
            <li><strong>Dewey:</strong> [% dewey %]</li>
553
            <li><strong>Dewey:</strong> [% dewey %]</li>
554
        [% END %]
554
        [% END %]
555
        [% IF ( urlS ) %]
555
        [% IF ( urlS ) %]
556
            <li><strong>url:</strong> 
556
            <li><strong>URL:</strong>
557
                [% FOREACH url IN urlS %]
557
                [% FOREACH url IN urlS %]
558
                    <a href="[% url.url %]">[% url.url %]</a>
558
                    <a href="[% url.url %]">[% url.url %]</a>
559
                [% END %]
559
                [% END %]
Lines 640-646 function verify_images() { Link Here
640
                <th>Last seen</th>
640
                <th>Last seen</th>
641
                <th>Barcode</th>
641
                <th>Barcode</th>
642
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
642
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
643
                [% IF ( itemdata_uri ) %]<th>url</th>[% END %]
643
                [% IF ( itemdata_uri ) %]<th>URL</th>[% END %]
644
                [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
644
                [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %]
645
                [% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
645
                [% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %]
646
                [% IF materials %]<th>Materials specified</th>[% END %]
646
                [% IF materials %]<th>Materials specified</th>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 1182-1188 Link Here
1182
                [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]
1182
                [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]
1183
                <th id="item_callnumber" class="call_no">Call number</th>
1183
                <th id="item_callnumber" class="call_no">Call number</th>
1184
                [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
1184
                [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %]
1185
                [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %]
1185
                [% IF ( itemdata_uri ) %]<th id="item_url" class="url">URL</th>[% END %]
1186
                [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy number</th>[% END %]
1186
                [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy number</th>[% END %]
1187
                <th id="item_status" class="status">Status</th>
1187
                <th id="item_status" class="status">Status</th>
1188
                [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
1188
                [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %]
1189
- 

Return to bug 18452