Bugzilla – Attachment 8746 Details for
Bug 7824
[3.6 only] Typo in opac-userupdate.tt causes the first name to not show in the header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
SIGNED-OFF-Bug-7824-3.6.x-show-the-first-name-corrected
0001-SIGNED-OFF-Bug-7824-3.6.x-show-the-first-name-correc.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2012-04-01 19:11:31 UTC
(
hide
)
Description:
SIGNED-OFF-Bug-7824-3.6.x-show-the-first-name-corrected
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-01 19:11:31 UTC
Size:
1.69 KB
patch
obsolete
>From c4916de989a078172b94943871162924083118e1 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Mon, 26 Mar 2012 19:37:56 +1300 >Subject: [PATCH] [SIGNED-OFF] Bug 7824 - [3.6.x] show the first name > correctly in the OPAC user update screen > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Paron's name on 'my personal details' tab shows correctly after >applying the patch. >--- > .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt >index 4508fbd..67361d0 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt >@@ -14,7 +14,7 @@ > > <div id="userupdatecontainer" class="container"> > [% FOREACH BORROWER_INF IN BORROWER_INFO %] >-<h3><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' ifirstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Your Personal Details</h3> >+<h3><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Your Personal Details</h3> > > [% IF ( OPACPatronDetails ) %] > <form action="/cgi-bin/koha/opac-userupdate.pl" method="get"> >-- >1.7.5.4 >
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 7824
:
8627
|
8628
| 8746