Bugzilla – Attachment 150565 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]
[ALTERNATIVE-PATCH] Bug 33551: Remove span from restriction-types.inc
Bug-33551-Remove-span-from-restriction-typesinc.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2023-05-03 07:09:54 UTC
(
hide
)
Description:
[ALTERNATIVE-PATCH] Bug 33551: Remove span from restriction-types.inc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-03 07:09:54 UTC
Size:
1.39 KB
patch
obsolete
>From 6f05239ddfb6766ca20a114f6f2a233d37c095cf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 3 May 2023 09:09:25 +0200 >Subject: [PATCH] Bug 33551: Remove span from restriction-types.inc > >--- > .../prog/en/includes/restriction-types.inc | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 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 321bde9116e..dc1775a82f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [%- BLOCK restriction_type_description -%] > [%- ddisplay = restriction_type.display_text -%] > [%- SWITCH ddisplay -%] >- [%- CASE 'Manual' -%]<span>Manual</span> >- [%- CASE 'Overdues' -%]<span>Overdues</span> >- [%- CASE 'Suspension' -%]<span>Suspension</span> >- [%- CASE 'Discharge' -%]<span>Discharge</span> >- [%- CASE -%]<span>[% ddisplay | html %]</span> >+ [%- CASE 'Manual' -%][% t("Manual") %] >+ [%- CASE 'Overdues' -%][% t("Overdues") %] >+ [%- CASE 'Suspension' -%][% t("Suspension") %] >+ [%- CASE 'Discharge' -%][% t("Discharge") %] >+ [%- CASE -%][% ddisplay | html %] > [%- END -%] > [%- 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 33551
:
149825
|
149836
|
149843
|
149994
|
149995
|
150215
|
150226
|
150227
|
150228
|
150565
|
150617
|
150618