Bugzilla – Attachment 149995 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: (follow-up) Remove spans by using TT filter
Bug-33551-follow-up-Remove-spans-by-using-TT-filte.patch (text/plain), 1.49 KB, created by
Katrin Fischer
on 2023-04-20 20:58:46 UTC
(
hide
)
Description:
Bug 33551: (follow-up) Remove spans by using TT filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-20 20:58:46 UTC
Size:
1.49 KB
patch
obsolete
>From f6305873daf4dc93d80d22d13cf4b6bf1f41ea7a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 20 Apr 2023 20:55:50 +0000 >Subject: [PATCH] Bug 33551: (follow-up) Remove spans by using TT filter > >This allows up to keep the restriction name in the title >by removing the span tags with a TT filter. > >Copied from bug 32061. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index ad4d2fe082..505ccb115c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -7,13 +7,13 @@ > <title> > [% IF op == 'add_form' %] > [% IF ( restriction ) %] >- Modify restriction >+ Modify restriction '[% PROCESS restriction_type_description restriction_type=restriction | remove("</*span>") %]' > [% ELSE %] > New restriction > [% END %] › > [% END %] > [% IF op == 'delete_confirm' %] >- Confirm deletion of restriction › >+ Confirm deletion of restriction '[% PROCESS restriction_type_description restriction_type=restriction | remove("</*span>") %]'") › > [% END %] > Patron restrictions › Administration › Koha > </title> >-- >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