[Bug 1064] New: userupdate
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@katipo.co.nz ReportedBy: annaw@cmi.univ-mrs.fr QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz