Bugzilla – Attachment 144041 Details for
Bug 32061
<span> in the title of z39.50 servers page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32061: Remove spans from page titles for adding/editing Z39.50/SRU servers
Bug-32061-Remove-spans-from-page-titles-for-adding.patch (text/plain), 1.92 KB, created by
Hammat wele
on 2022-11-17 20:40:52 UTC
(
hide
)
Description:
Bug 32061: Remove spans from page titles for adding/editing Z39.50/SRU servers
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2022-11-17 20:40:52 UTC
Size:
1.92 KB
patch
obsolete
>From 3d2ae668753e3a8cf91e20c59cce8e9bc90677ef Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 16 Nov 2022 22:47:35 +0000 >Subject: [PATCH] Bug 32061: Remove spans from page titles for adding/editing > Z39.50/SRU servers > >In another bug we added spans to ease translations in the PROCESS >block for server types. This PROCESS is used in several places, >but only creates a problem when used in the title. > >The patch removes the spans using the remove TT filter avoiding >having to change the PROCESS and causing a string change. > >To test: >* Go to administration > Z39.50/SRU servers >* Add a new Z39.50 and a SRU server or look at the form >* The page title in the browser tab will show the span >* Same for editing an existing Z39.50 or SRU server >* Apply the patch >* Verify the page titles are now correct > >Hint: you can see the full page title when hovering on the tab. > >Signed-off-by: David <david@davidnind.com> >Signed-off-by: hammat <hammat@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index 0bd7b8a869..4b345ee851 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -13,10 +13,10 @@ > > <title> > [% IF op == 'edit' %] >- Modify [% PROCESS ServerType %] server [% server.servername | html %] › [% END %] >+ Modify [% PROCESS ServerType | remove("</*span>") %] server [% server.servername | html %] › [% END %] > > [% IF op == 'add' %] >- New [% PROCESS ServerType %] server › [% END %] >+ New [% PROCESS ServerType | remove("</*span>") %] server › [% END %] > > Z39.50/SRU servers › Administration › Koha > </title> >-- >2.34.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 32061
:
143978
|
144024
|
144041
|
144612