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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +2 lines)
Lines 354-359 Link Here
354
                <th>Call number</th>
354
                <th>Call number</th>
355
                <th>Status</th>
355
                <th>Status</th>
356
                <th class="title-string">Last seen</th>
356
                <th class="title-string">Last seen</th>
357
                <th class="title-string">Date accessioned</th>
357
                <th>Barcode</th>
358
                <th>Barcode</th>
358
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
359
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
359
                [% IF ( itemdata_uri ) %]<th>URL</th>[% END %]
360
                [% IF ( itemdata_uri ) %]<th>URL</th>[% END %]
Lines 475-480 Link Here
475
476
476
                    </td>
477
                    </td>
477
                    <td class="datelastseen"><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td>
478
                    <td class="datelastseen"><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td>
479
                    <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td>
478
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;biblionumber=[% item.biblionumber | html %]&amp;bi=[% item.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a></td>
480
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;biblionumber=[% item.biblionumber | html %]&amp;bi=[% item.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a></td>
479
                    [% IF ( volinfo ) %]
481
                    [% IF ( volinfo ) %]
480
                        <td class="enumchron">
482
                        <td class="enumchron">
481
- 

Return to bug 21376