From 45ad1c6bb02443d932761f7fd708a09b0ee8044b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 25 Jul 2017 14:37:55 -0300 Subject: [PATCH] Bug 18931: (followup) Tidy text Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 10f9124..2f3ac89 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -123,28 +123,28 @@

[% IF ai_patrons %]

Patrons

- The following ids exist in both the borrowers and deletedborrowers table: - [% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %] +

The following ids exist in both borrowers and deletedborrowers tables: + [% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_biblios %]

Biblios

- The following ids exist in both the biblio and deletedbiblio table: - [% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %] +

The following ids exist in both biblio and deletedbiblio tables: + [% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_items %]

Items

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

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

Checkouts - The following ids exist in both the issues and old_issues table: - [% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %] +

The following ids exist in both issues and old_issues tables: + [% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_holds %]

Holds

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

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

[% END %] [% END %] -- 2.7.4