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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +3 lines)
Lines 198-204 Link Here
198
                <th>Home library</th>
198
                <th>Home library</th>
199
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
199
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
200
                <th>Call number</th>
200
                <th>Call number</th>
201
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
201
                [% IF volinfo %]<th class="title-string">Serial enumeration / chronology</th>[% END %]
202
                <th>Status</th>
202
                <th>Status</th>
203
                <th class="title-string">Last seen</th>
203
                <th class="title-string">Last seen</th>
204
                <th class="title-string">Date accessioned</th>
204
                <th class="title-string">Date accessioned</th>
Lines 241-246 Link Here
241
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
241
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
242
                    [% IF ( volinfo ) %]
242
                    [% IF ( volinfo ) %]
243
                        <td class="enumchron">
243
                        <td class="enumchron">
244
                            <span title="[% item.publisheddate | html %]">
244
                            [% IF ( itemdata_enumchron ) %]
245
                            [% IF ( itemdata_enumchron ) %]
245
                                [% IF item.enumchron && item.serialseq %]
246
                                [% IF item.enumchron && item.serialseq %]
246
                                    <span class="enum">[% item.enumchron | html %]</span>
247
                                    <span class="enum">[% item.enumchron | html %]</span>
Lines 257-262 Link Here
257
                                    <span class="pubdate">([% item.publisheddate | $KohaDates %])</span>
258
                                    <span class="pubdate">([% item.publisheddate | $KohaDates %])</span>
258
                                [% END %]
259
                                [% END %]
259
                            [% END %]
260
                            [% END %]
261
                            </span>
260
                        </td>
262
                        </td>
261
                    [% END %]
263
                    [% END %]
262
                    <td class="status">
264
                    <td class="status">
263
- 

Return to bug 13420