Bugzilla – Attachment 178918 Details for
Bug 39237
title in head tag doesn't correspond to the opac-user.pl page title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39237: Change opac-user title to "Your summary"
Bug-39237-Change-opac-user-title-to-Your-summary.patch (text/plain), 1.24 KB, created by
Nina Martinez
on 2025-03-04 14:30:30 UTC
(
hide
)
Description:
Bug 39237: Change opac-user title to "Your summary"
Filename:
MIME Type:
Creator:
Nina Martinez
Created:
2025-03-04 14:30:30 UTC
Size:
1.24 KB
patch
obsolete
>From 31c6dadb87fc0275605d8456328109209af65727 Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >Date: Tue, 4 Mar 2025 15:22:03 +0100 >Subject: [PATCH] Bug 39237: Change opac-user title to "Your summary" > >test plan : >1- login to opac >2- check the browser window title name >3- It should start with " Your Summary " >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 8a90f4de21..ad34dc81d7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -18,7 +18,7 @@ > [% SET OverDriveCirculation = ( OverDriveEnabled && Koha.Preference( "OverDriveCirculation" ) ) %] > > [% INCLUDE 'doc-head-open.inc' %] >-<title>Your library home › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> >+<title>Your summary › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/overdrive.css") | $raw %] > [% BLOCK cssinclude %] >-- >2.43.0
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 39237
:
178918
|
179363