Bugzilla – Attachment 150618 Details for
Bug 33551
Rogue span in patron restriction types admin page title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33551: (QA follow-up) Fix TT filters
Bug-33551-QA-follow-up-Fix-TT-filters.patch (text/plain), 1.36 KB, created by
Katrin Fischer
on 2023-05-03 20:58:51 UTC
(
hide
)
Description:
Bug 33551: (QA follow-up) Fix TT filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-03 20:58:51 UTC
Size:
1.36 KB
patch
obsolete
>From 0310fb8f3ecf44365a0274a2ca1b2a9711af1956 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 3 May 2023 20:51:49 +0000 >Subject: [PATCH] Bug 33551: (QA follow-up) Fix TT filters > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/includes/restriction-types.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc >index dc1775a82f..4eceb559ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc >@@ -2,10 +2,10 @@ > [%- BLOCK restriction_type_description -%] > [%- ddisplay = restriction_type.display_text -%] > [%- SWITCH ddisplay -%] >- [%- CASE 'Manual' -%][% t("Manual") %] >- [%- CASE 'Overdues' -%][% t("Overdues") %] >- [%- CASE 'Suspension' -%][% t("Suspension") %] >- [%- CASE 'Discharge' -%][% t("Discharge") %] >+ [%- CASE 'Manual' -%][% t("Manual") | html %] >+ [%- CASE 'Overdues' -%][% t("Overdues") | html %] >+ [%- CASE 'Suspension' -%][% t("Suspension") | html %] >+ [%- CASE 'Discharge' -%][% t("Discharge") | html %] > [%- CASE -%][% ddisplay | html %] > [%- END -%] > [%- END -%] >-- >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 33551
:
149825
|
149836
|
149843
|
149994
|
149995
|
150215
|
150226
|
150227
|
150228
|
150565
|
150617
| 150618