Bugzilla – Attachment 91524 Details for
Bug 23050
Add hook to add a tab in intranet biblio details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23050: Add missing template filters
Bug-23050-Add-missing-template-filters.patch (text/plain), 963 bytes, created by
Julian Maurice
on 2019-07-15 12:52:07 UTC
(
hide
)
Description:
Bug 23050: Add missing template filters
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2019-07-15 12:52:07 UTC
Size:
963 bytes
patch
obsolete
>From 3d70998beb3f61334745851ae763798920b8de07 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 15 Jul 2019 14:10:25 +0200 >Subject: [PATCH] Bug 23050: Add missing template filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 2a19423543..22ca12216a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -170,7 +170,7 @@ > <li class="NovelistSelect" style="display:none;"><a href="#NovelistSelect">NoveList Select</a></li> > [% END %] > [% FOREACH tab IN tabs %] >- <li><a href="#[% tab.id %]">[% tab.title %]</a></li> >+ <li><a href="#[% tab.id | uri %]">[% tab.title | html %]</a></li> > [% END %] > </ul> > >-- >2.20.1
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 23050
:
90337
|
90348
|
91523
|
91524
|
91525
|
93222
|
95004
|
95005
|
95006
|
95007
|
95013
|
95406