From 6b698a4cdc271181d759f027c7faf1153fd66a3a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 3 Nov 2025 10:04:46 +0100 Subject: [PATCH] Bug 41168: Remove part "by keyword" from OPAC search bar placeholder Content-Type: text/plain; charset=utf-8 Side note: The if test on ms_kw in OPAC masthead seems not to be used, but considering that out of scope here. Test plan: Check the shorter text on OPAC search bar. Toggle SearchMyLibraryFirst and OpacAddMastheadLibraryPulldown. Refresh. Signed-off-by: Marcel de Rooy --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index c136dfeb29..2b6d4478d6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -238,9 +238,9 @@ [% ELSE %] - - + + [% END # /ms_value %] -- 2.39.5