Bugzilla – Attachment 164776 Details for
Bug 35688
RFID Envisionware Software requires static page title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that keeps check in page title static
0001-35688-RFID-Envisionware-Software-Requires-Static-Pag.patch (text/plain), 1.13 KB, created by
Joe Sikowitz
on 2024-04-11 18:17:35 UTC
(
hide
)
Description:
Patch that keeps check in page title static
Filename:
MIME Type:
Creator:
Joe Sikowitz
Created:
2024-04-11 18:17:35 UTC
Size:
1.13 KB
patch
obsolete
>From 1f54f6e0daa9962de710f0d9d15a73546bb20305 Mon Sep 17 00:00:00 2001 >From: Joe Sikowitz <joe@flo.org> >Date: Thu, 11 Apr 2024 12:54:04 -0400 >Subject: [PATCH] 35688: RFID Envisionware Software Requires Static Page Title > Removes title from returns.tt page title so it is static. 1. Check out item > 2. Check in item and page title will hold item title 3. Apply patch 4. Check > out item 5. Check in item and page title remains static > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index ab891c58c2..612cc69770 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -30,7 +30,7 @@ > > [% INCLUDE 'doc-head-open.inc' %] > <title>[% FILTER collapse %] >- [% tx("Check in {title}", { title = title }) | html %] › >+ [% t("Check in") | html %] › > [% t("Circulation") | 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 35688
: 164776 |
170915