Bugzilla – Attachment 8627 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]
Bug 7824 - show the first name correctly in the OPAC user update screen
Bug-7824---show-the-first-name-correctly-in-the-OP.patch (text/plain), 1.53 KB, created by
Robin Sheat
on 2012-03-26 06:39:02 UTC
(
hide
)
Description:
Bug 7824 - show the first name correctly in the OPAC user update screen
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2012-03-26 06:39:02 UTC
Size:
1.53 KB
patch
obsolete
>From edcc4db87803226199164fd8de77f97a08ce7a7b 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] Bug 7824 - show the first name correctly in the OPAC user > update screen > >--- > .../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