Bugzilla – Attachment 10291 Details for
Bug 7943
Untranslatable strings in OPAC's authority search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7943 follow-up: Fix template filename
Bug-7943-follow-up-Fix-template-filename.patch (text/plain), 1.12 KB, created by
Jared Camins-Esakov
on 2012-06-15 14:06:24 UTC
(
hide
)
Description:
Bug 7943 follow-up: Fix template filename
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-06-15 14:06:24 UTC
Size:
1.12 KB
patch
obsolete
>From 0c1e4fe86a13101c1db98334b118204b7bc5811e Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Fri, 15 Jun 2012 10:07:22 -0400 >Subject: [PATCH] Bug 7943 follow-up: Fix template filename >Content-Type: text/plain; charset="UTF-8" > >In preparation for some later work on authorities, the filename for the >OPAC authority viewer changed. >--- > opac/opac-authoritiesdetail.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl >index 41b994f..2884373 100755 >--- a/opac/opac-authoritiesdetail.pl >+++ b/opac/opac-authoritiesdetail.pl >@@ -58,7 +58,7 @@ my $show_marc = $query->param('marc') || 1; # Currently only MARC view is availa > # open template > my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { >- template_name => "opac-authoritiesdetail.tmpl", >+ template_name => $show_marc ? "opac-auth-MARCdetail.tt" : "opac-auth-detail.tt", > query => $query, > type => "opac", > authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), >-- >1.7.2.5
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 7943
:
9111
|
10261
|
10291
|
10292
|
10293
|
10420
|
10421