[Koha-bugs] [Bug 1064] New: userupdate

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu May 11 16:42:55 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1064

           Summary: userupdate
           Product: Koha
           Version: 2.2.5
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Members
        AssignedTo: chris at katipo.co.nz
        ReportedBy: annaw at cmi.univ-mrs.fr
         QAContact: koha-bugs at nongnu.org


in opac/cgi-bin/opac-userupdate.pl : my @fields = ('title', 'surname',
'firstname', 'phone', 'faxnumber', 'streetaddress', 'emailaddress', 'city')
'physstreet' is missing,

in opac/htdocs/opac-tmpl/css/en and fr opac-userupdate.tmpl :
	<p><label>Adresse postale</label><input type="text"  size="35"
value="<!-- TMPL_VAR name='physstreet' -->"  name="physstreet" /></p>
	<p><label>Adresse postale </label><input type="text"  size="35"
value="<!-- TMPL_VAR name='streetaddress' -->"	name="streetaddress" /></p>
it's better to put :
	<p><label>Home address</label><input type="text"  size="35" value="<!--
TMPL_VAR name='physstreet' -->"  name="physstreet" /></p>
	<p><label>Work address</label><input type="text"  size="35" value="<!--
TMPL_VAR name='streetaddress' -->"  name="streetaddress" /></p>




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list