Bugzilla – Attachment 10293 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]
[SIGNED-OFF] Bug 7943 follow-up: Fix template filename
SIGNED-OFF-Bug-7943-follow-up-Fix-template-filenam.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2012-06-15 14:16:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7943 follow-up: Fix template filename
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-06-15 14:16:45 UTC
Size:
1.15 KB
patch
obsolete
>From d43d2dc1ec7a6e34e09a2281a74f12a8f46ce1d2 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] [SIGNED-OFF] Bug 7943 follow-up: Fix template filename > >In preparation for some later work on authorities, the filename for the >OPAC authority viewer changed. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > opac/opac-authoritiesdetail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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.9.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