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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-4 / +6 lines)
Lines 353-359 Link Here
353
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
353
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
354
                <th>Call number</th>
354
                <th>Call number</th>
355
                <th>Status</th>
355
                <th>Status</th>
356
                <th>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 474-480 Link Here
474
                        [% END %]
475
                        [% END %]
475
476
476
                    </td>
477
                    </td>
477
                    <td class="datelastseen">[% item.datelastseen | $KohaDates %]</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">
Lines 1100-1106 Link Here
1100
                    'bPaginate': false,
1102
                    'bPaginate': false,
1101
                    'bAutoWidth': false,
1103
                    'bAutoWidth': false,
1102
                    "aoColumnDefs": [
1104
                    "aoColumnDefs": [
1103
                        { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }
1105
                        { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
1106
                        { "sType": "title-string", "aTargets" : [ "title-string" ] }
1104
                    ]
1107
                    ]
1105
                };
1108
                };
1106
                var table = KohaTable(id, dt_parameters, null, 'with_filters');
1109
                var table = KohaTable(id, dt_parameters, null, 'with_filters');
1107
- 

Return to bug 21376