Bugzilla – Attachment 95005 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), 1018 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-11-04 13:30:04 UTC
(
hide
)
Description:
Bug 23050: Add missing template filters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-11-04 13:30:04 UTC
Size:
1018 bytes
patch
obsolete
>From bfe09e97d85a0c0482ccef31487da9bb352ac9ba 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 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 19b54a0eb5..d7fc0ec3f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -192,7 +192,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.24.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 23050
:
90337
|
90348
|
91523
|
91524
|
91525
|
93222
|
95004
| 95005 |
95006
|
95007
|
95013
|
95406