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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-4 / +6 lines)
Lines 660-669 function verify_images() { Link Here
660
                            [% IF ( itemdata_enumchron ) %]
660
                            [% IF ( itemdata_enumchron ) %]
661
                                [% IF ( item.enumchron ) %]
661
                                [% IF ( item.enumchron ) %]
662
                                    [% item.enumchron %]
662
                                    [% item.enumchron %]
663
                                    [% IF ( item.serialseq ) %] -- [% END %]
664
                                [% END %]
663
                                [% END %]
665
                                [% item.serialseq %]
664
                                [% IF ( item.serialseq ) %]
666
                                [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %]
665
                                    <div class="serialseq"> -- [% item.serialseq %]</div>
666
                                [% END %]
667
                                [% IF ( item.publisheddate ) %]
668
                                    <div class="pubdate">([% item.publisheddate %])</div>
669
                                [% END %]
667
                            [% END %]
670
                            [% END %]
668
                        </td>
671
                        </td>
669
                    [% END %]
672
                    [% END %]
670
- 

Return to bug 10823