Bugzilla – Attachment 188443 Details for
Bug 41015
Z39.50 searching in Advanced Cataloging Editor is not clearly labeled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41015: (QA follow-up) Update labels
Bug-41015-QA-follow-up-Update-labels.patch (text/plain), 2.48 KB, created by
David Nind
on 2025-10-25 19:05:56 UTC
(
hide
)
Description:
Bug 41015: (QA follow-up) Update labels
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-10-25 19:05:56 UTC
Size:
2.48 KB
patch
obsolete
>From 95aad329011356a0a6490c1260449d0706f27b60 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 25 Oct 2025 19:01:21 +0000 >Subject: [PATCH] Bug 41015: (QA follow-up) Update labels > >Updates to the search forms and labels: >- Use sentence case for the Z39.50/SRU search form label >- Update title text for the advanced search link >- Update the title for the advanced search pop-up window to > "Advanced Z39.50/SRU search" > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >index e0eec2ec45..dd9c3e17d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt >@@ -121,7 +121,7 @@ > > <div class="col-md-2 order-sm-2 order-md-1"> > <aside> >- <h3>Z39.50/SRU Search</h3> >+ <h3>Z39.50/SRU search</h3> > <form method="get" id="quicksearch"> > <fieldset class="brief"> > <ol> >@@ -133,7 +133,7 @@ > <li><input class="search-box" data-qualifier="isbn" id="search-by-isbn" placeholder="(Ctrl-Alt-I)" /></li> > <li><label for="search-by-title">Title:</label></li> > <li><input class="search-box" data-qualifier="title" id="search-by-title" placeholder="(Ctrl-Alt-T)" /></li> >- <li><a href="#" id="show-advanced-search" title="Show advanced search (Ctrl-Alt-S)">Advanced »</a></li> >+ <li><a href="#" id="show-advanced-search" title="Show advanced Z39.50/SRU search (Ctrl-Alt-S)">Advanced »</a></li> > </ol> > </fieldset> > </form> >@@ -153,7 +153,7 @@ > <div class="modal-content"> > <form method="get" id="advanced-search"> > <div class="modal-header"> >- <h1 class="modal-title" id="advanced-search-title">Advanced search</h1> >+ <h1 class="modal-title" id="advanced-search-title">Advanced Z39.50/SRU search</h1> > <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <div class="modal-body"> >-- >2.39.5
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 41015
:
187890
|
188066
|
188110
|
188442
| 188443