Bugzilla – Attachment 82227 Details for
Bug 21693
Clean up checkout notes template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21693: Make page title consistent with other pages
Bug-21693-Make-page-title-consistent-with-other-pa.patch (text/plain), 1.18 KB, created by
Owen Leonard
on 2018-11-12 17:01:00 UTC
(
hide
)
Description:
Bug 21693: Make page title consistent with other pages
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-11-12 17:01:00 UTC
Size:
1.18 KB
patch
obsolete
>From c55f46f8d834998a3aad36cf76f2d0da6db2ab1e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 27 Oct 2018 11:49:11 +0000 >Subject: [PATCH] Bug 21693: Make page title consistent with other pages > >For some reason we use 'Home' in the bread crumbs, but >'Koha' as starting point in the page title. > >Changed to make consistent with other pages in Circulation. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >index ce37428..7fd3cf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >@@ -5,7 +5,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Home › Circulation › Checkout notes</title> >+<title>Koha › Circulation › Checkout notes</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") | $raw %] > </head> >-- >2.1.4
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 21693
:
81320
|
81321
|
81339
|
81363
|
81364
|
82226
| 82227