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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +1 lines)
Lines 353-359 Link Here
353
                [% END %]
353
                [% END %]
354
                [% IF ai_biblioitems %]
354
                [% IF ai_biblioitems %]
355
                    <h4>Bibliographic records</h4>
355
                    <h4>Bibliographic records</h4>
356
                    <p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblioitems" | $HtmlTags tag="strong" %]:</p>
356
                    <p>The following IDs exist in both tables [% "biblioitems" | $HtmlTags tag="strong" %] and [% "deletedbiblioitems" | $HtmlTags tag="strong" %]:</p>
357
                    <p>
357
                    <p>
358
                        [% FOR b IN ai_biblioitems %]
358
                        [% FOR b IN ai_biblioitems %]
359
                            [% b.biblioitemnumber | html %]
359
                            [% b.biblioitemnumber | html %]
360
- 

Return to bug 38617