Bug 5917 : Scoping issue

This commit is contained in:
Chris Cormack 2011-04-05 16:36:30 +12:00
parent 3d9bea4374
commit f5fba49e25

View file

@ -13,7 +13,7 @@
[% FOREACH BORROWER_INF IN BORROWER_INFO %]
<h3><a href="/cgi-bin/koha/opac-user.pl">[% BORROWER_INF.firstname %] [% BORROWER_INF.surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Your Personal Details</h3>
[% IF ( BORROWER_INF.OPACPatronDetails ) %]
[% IF ( OPACPatronDetails ) %]
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
<div class="yui-u first">
<input type="hidden" name="modify" value="yes" />