Bugzilla – Attachment 65299 Details for
Bug 18931
Add a "data corrupted" section on the about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18931: [QA Follow-up] Fix typo in closing p tag for items
Bug-18931-QA-Follow-up-Fix-typo-in-closing-p-tag-f.patch (text/plain), 2.00 KB, created by
Marcel de Rooy
on 2017-07-28 05:58:57 UTC
(
hide
)
Description:
Bug 18931: [QA Follow-up] Fix typo in closing p tag for items
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-07-28 05:58:57 UTC
Size:
2.00 KB
patch
obsolete
>From 96a00fbe4176253f66813ffa924bdc175cf4561b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 28 Jul 2017 07:56:21 +0200 >Subject: [PATCH] Bug 18931: [QA Follow-up] Fix typo in closing p tag for items >Content-Type: text/plain; charset=utf-8 > >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 <m.de.rooy@rijksmuseum.nl> >Discovered the problem when testing a duplicate key in deleteditems. >--- > 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 e4fa6ed..de5ee3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -162,7 +162,7 @@ > [% IF ai_items %] > <h4>Items</h4> > <p>The following ids exist in both <strong>items</strong> and <strong>deleteditems</strong> tables: >- [% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p >+ [% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p> > [% END %] > [% IF ai_checkouts %] > <h4>Checkouts</h4> >@@ -174,6 +174,7 @@ > <p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table: > [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> > [% END %] >+ <br/> > [% END %] > > [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18931
:
65010
|
65157
|
65188
|
65189
|
65209
|
65210
|
65211
|
65212
|
65255
|
65256
|
65257
|
65258
|
65259
|
65260
|
65266
|
65267
|
65299