Bugzilla – Attachment 156022 Details for
Bug 34446
Typo: Can be guarantee
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34446: (QA follow-up) Add colons on delete confirm page
Bug-34446-QA-follow-up-Add-colons-on-delete-confir.patch (text/plain), 2.03 KB, created by
Katrin Fischer
on 2023-09-21 21:40:50 UTC
(
hide
)
Description:
Bug 34446: (QA follow-up) Add colons on delete confirm page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-21 21:40:50 UTC
Size:
2.03 KB
patch
obsolete
>From af9f26ffb14256390e2345dec963cc7132dd027d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 21 Sep 2023 21:37:08 +0000 >Subject: [PATCH] Bug 34446: (QA follow-up) Add colons on delete confirm page > >This adds the missing colon on the 'confirm deletion' page. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 816441ef6d..9d006752dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -468,7 +468,7 @@ > <tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit | html %] years</td></tr> > <tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> > <tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> >- <tr><th scope="row">Lost items in staff interface</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> >+ <tr><th scope="row">Lost items in staff interface:</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> > <tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> > > [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] >@@ -486,7 +486,7 @@ > </td> > </tr> > [% END %] >- <tr><th scope="row">Can be guarantee</th><td>[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %]</td></tr> >+ <tr><th scope="row">Can be guarantee:</th><td>[% IF category.can_be_guarantee %]Yes[% ELSE %]No[% END %]</td></tr> > <tr> > <th scope="row">Default privacy: </th> > <td> >-- >2.30.2
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 34446
:
156012
|
156021
| 156022