Bugzilla – Attachment 52240 Details for
Bug 16465
OPAC discharge page has no title tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16465: discharge - Add a title tag at the OPAC
Bug-16465-discharge---Add-a-title-tag-at-the-OPAC.patch (text/plain), 1.18 KB, created by
Nick Clemens (kidclamp)
on 2016-06-10 14:55:59 UTC
(
hide
)
Description:
Bug 16465: discharge - Add a title tag at the OPAC
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-06-10 14:55:59 UTC
Size:
1.18 KB
patch
obsolete
>From 776c967e90d40b5fd2dec187a94be654eb318865 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 May 2016 12:57:47 +0100 >Subject: [PATCH] Bug 16465: discharge - Add a title tag at the OPAC > >Test plan: >Confirm that the opac-discharge.pl has now a title > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >index d8f5648..f6a3efc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt >@@ -1,6 +1,6 @@ > [% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] >-[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Discharge >+<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Discharge</title> > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %][% END %] > </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 16465
:
51416
|
51417
|
51711
|
51712
| 52240 |
52241