From 22422d982e7d46d52090e6189ce89856c493b8da Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 28 Jul 2017 07:56:21 +0200 Subject: [PATCH] Bug 19000: Fix typo in closing p tag for items Close the p tag and add a br tag to visually divide the two sections Data problems and Warnings regarding system configuration. Signed-off-by: Marcel de Rooy Discovered the problem when testing a duplicate key in deleteditems. Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart (cherry picked from commit 3c87b6f387831053e01ecc86b91d61669af9696b) Signed-off-by: Fridolin Somers (cherry picked from commit 37097ee7f6f462193eefd4d51d4142b6ce59a8a9) Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index c2feeef152..c3d7bcccb3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -169,7 +169,7 @@ [% IF ai_items %]

Items

The following ids exist in both items and deleteditems tables: - [% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_checkouts %]

Checkouts

@@ -181,6 +181,7 @@

The following ids exist in both holds and old_reserves table: [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]

[% END %] +
[% END %] [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] -- 2.39.5