Bugzilla – Attachment 44686 Details for
Bug 14575
OPACURLOpenInNewWindow should apply to item-level urls too
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14575: Fix typo in opac-basket.tt
Bug-14575-Fix-typo-in-opac-baskettt.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2015-11-10 09:07:43 UTC
(
hide
)
Description:
Bug 14575: Fix typo in opac-basket.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-10 09:07:43 UTC
Size:
1.50 KB
patch
obsolete
>From f4ae9d3c817837bc90b60c7eb10277b5f4ac0b31 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Nov 2015 09:06:32 +0000 >Subject: [PATCH] Bug 14575: Fix typo in opac-basket.tt > >No more typo in the codebase. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index fb9234b..94d5e0b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -198,7 +198,7 @@ > [% FOREACH MARCurl IN BIBLIO_RESULT.MARCURLS %] > [% IF MARCurl.part %]<p>[% MARCurl.part %]</p>[% END %] > >- [% IF OPACurlOpenInNewWindow %] >+ [% IF OPACURLOpenInNewWindow %] > <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank">[% MARCurl.linktext %]</a> > [% ELSE %] > <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]">[% MARCurl.linktext %]</a> >-- >2.1.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 14575
:
41104
|
42400
|
42405
|
42407
|
44541
|
44546
|
44641
|
44684
|
44685
| 44686 |
47864