Bugzilla – Attachment 3883 Details for
Bug 6162
name missing on reading history in opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6162-name-missing-on-reading-history-in-.patch (text/plain), 1.37 KB, created by
Owen Leonard
on 2011-04-11 18:35:10 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-04-11 18:35:10 UTC
Size:
1.37 KB
patch
obsolete
>From 3c46fb62b46dba3f04acc893ee4b19a240d59e89 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Apr 2011 14:33:41 -0400 >Subject: [PATCH] Fix for Bug 6162, name missing on reading history in opac >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/opac-readingrecord.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt >index 21dace9..2734fde 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt >@@ -22,7 +22,7 @@ $(document).ready(function(){ > <div class="yui-b"><div class="yui-g"> > <div id="userreadingrecord" class="container"> > <!--CONTENT--> >-<h3><a href="/cgi-bin/koha/opac-user.pl">[% firstname %] [% surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Checkout History</h3> >+<h3><a href="/cgi-bin/koha/opac-user.pl">[% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Checkout History</h3> > > [% UNLESS ( count ) %] > You have never borrowed anything from this library. >-- >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 6162
:
3869
|
3883
|
3889