Bugzilla – Attachment 135503 Details for
Bug 29312
Punctuation: Total number of results: 961 (300 shown) .
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29312: Remove unnecessary dot
Bug-29312-Remove-unnecessary-dot.patch (text/plain), 1.57 KB, created by
Jonathan Druart
on 2022-05-31 13:51:02 UTC
(
hide
)
Description:
Bug 29312: Remove unnecessary dot
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-05-31 13:51:02 UTC
Size:
1.57 KB
patch
obsolete
>From c8f929b20b60a4dc788ccc43b9b9b32e88361fd5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?S=C3=A9verine=20QUEUNE?= <severine.queune@bulac.fr> >Date: Tue, 5 Apr 2022 13:09:08 +0000 >Subject: [PATCH] Bug 29312: Remove unnecessary dot > >This patch removes an extra point after the number of shown results. > >Test plan : > - don't apply patch > - run a report that brings you more than 20 results, e.g. SELECT * FROM biblio LIMIT 50 > - see extra ' .' after the number of shown results > - apply patch > - run the report again and see the point isn't displayed anymore > - check the behaviour is still correct when you change the number of rows displayed > - sign off ! > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 72534100949..e93e13aa6f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -913,7 +913,7 @@ > [% unlimited_total | html %] > [% IF unlimited_total >= limit %] > ([% limit | html %] shown) >- [% END %]. >+ [% END %] > </p> > [% END %] > >-- >2.25.1
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 29312
:
132973
|
135458
| 135503