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 229-235 Link Here
229
                <th>Home library</th>
229
                <th>Home library</th>
230
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
230
                [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
231
                <th>Call number</th>
231
                <th>Call number</th>
232
                [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %]
232
                [% IF volinfo %]<th class="title-string">Serial enumeration / chronology</th>[% END %]
233
                <th>Status</th>
233
                <th>Status</th>
234
                <th class="title-string">Last seen</th>
234
                <th class="title-string">Last seen</th>
235
                <th class="title-string">Date accessioned</th>
235
                <th class="title-string">Date accessioned</th>
Lines 286-291 Note that permanent location is a code, and location may be an authval. Link Here
286
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
286
                    <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
287
                    [% IF ( volinfo ) %]
287
                    [% IF ( volinfo ) %]
288
                        <td class="enumchron">
288
                        <td class="enumchron">
289
                            <span title="[% item.publisheddate | html %]">
289
                            [% IF ( itemdata_enumchron ) %]
290
                            [% IF ( itemdata_enumchron ) %]
290
                                [% IF item.enumchron && item.serialseq %]
291
                                [% IF item.enumchron && item.serialseq %]
291
                                    <span class="enum">[% item.enumchron | html %]</span>
292
                                    <span class="enum">[% item.enumchron | html %]</span>
Lines 302-307 Note that permanent location is a code, and location may be an authval. Link Here
302
                                    <span class="pubdate">([% item.publisheddate | $KohaDates %])</span>
303
                                    <span class="pubdate">([% item.publisheddate | $KohaDates %])</span>
303
                                [% END %]
304
                                [% END %]
304
                            [% END %]
305
                            [% END %]
306
                            </span>
305
                        </td>
307
                        </td>
306
                    [% END %]
308
                    [% END %]
307
                    <td class="status">
309
                    <td class="status">
308
- 

Return to bug 13420