Bugzilla – Attachment 4034 Details for
Bug 6295
misaligned columns in opac suggestions list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6295-misaligned-columns-in-opac-suggesti.patch (text/plain), 1.15 KB, created by
Owen Leonard
on 2011-05-03 19:13:49 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-05-03 19:13:49 UTC
Size:
1.15 KB
patch
obsolete
>From d08ed49239095a709d6a059987a7a149a384efcb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 3 May 2011 15:12:06 -0400 >Subject: [PATCH] Fix for Bug 6295 - misaligned columns in opac suggestions list >Content-Type: text/plain; charset="utf-8" > >Template variable scope error. >--- > .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >index 2b69612..3f3aa34 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >@@ -180,7 +180,7 @@ $.tablesorter.addParser({ > <td> > [% suggestions_loo.note %] > </td> >- [% IF ( suggestions_loo.OPACViewOthersSuggestions ) %]<td> >+ [% IF ( OPACViewOthersSuggestions ) %]<td> > [% IF ( suggestions_loo.branchcodesuggestedby ) %][% suggestions_loo.branchcodesuggestedby %][% ELSE %] [% END %] > </td>[% END %] > <td> >-- >1.7.3 >
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 6295
:
4033
| 4034