Bugzilla – Attachment 153173 Details for
Bug 33912
Improve translation of title tags: Cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33912: (follow-up) Correct case where a search has not been submited
Bug-33912-follow-up-Correct-case-where-a-search-ha.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2023-07-07 12:39:15 UTC
(
hide
)
Description:
Bug 33912: (follow-up) Correct case where a search has not been submited
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-07-07 12:39:15 UTC
Size:
1.27 KB
patch
obsolete
>From 3614a647ad6e5abd2ef33d207aac83efaf5deef0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 7 Jul 2023 12:35:34 +0000 >Subject: [PATCH] Bug 33912: (follow-up) Correct case where a search has not > been submited > >The former cataloging home page, addbooks.pl, shows an extra ">" in the >title if a search has not been submitted. This patch corrects it. >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index c5f5a7b67a..70a4277efd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -7,10 +7,10 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>[% FILTER collapse %] > [% IF ( total || breeding_loop ) %] >- [% t("Search results") | html %] >+ [% t("Search results") | html %] › > [% ELSIF ( query ) %] >- [% t("No results found") | html %] >- [% END %] › >+ [% t("No results found") | html %] › >+ [% END %] > [% t("Cataloging") | html %] › > [% t("Koha") | html %] > [% END %]</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 33912
:
152284
|
152653
|
153173
|
155083
|
155084