koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1064] New: userupdate
Date: 11 May 2006 14:42:55 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]